File tree Expand file tree Collapse file tree 2 files changed +96
-96
lines changed Expand file tree Collapse file tree 2 files changed +96
-96
lines changed Original file line number Diff line number Diff line change 60
60
61
61
// Used for docs.
62
62
// deno-lint-ignore no-unused-vars
63
- import { type Tpy } from " ./src/tpy.ts" ;
63
+ import { type Tpy } from ' ./src/tpy.ts' ;
64
64
65
- export { Tpy as default } from " ./src/tpy.ts" ;
66
- export { TpyWs } from " ./src/ws.ts" ;
67
- export { TpyKV } from " ./src/kv.ts" ;
68
- export { TpyError , TpyErrors } from " ./src/error.ts" ;
69
- export { Context } from " ./src/context.ts" ;
65
+ export { Tpy as default } from ' ./src/tpy.ts' ;
66
+ export { TpyWs } from ' ./src/ws.ts' ;
67
+ export { TpyKV } from ' ./src/kv.ts' ;
68
+ export { TpyError , TpyErrors } from ' ./src/error.ts' ;
69
+ export { Context } from ' ./src/context.ts' ;
70
70
71
- import type * as Guild from " ./src/types/guild.d.ts" ;
72
- import type * as Deployment from " ./src/types/deployment.d.ts" ;
73
- import type * as User from " ./src/types/user.d.ts" ;
74
- import type * as Pylon from " ./src/types/pylon.d.ts" ;
71
+ import type * as Guild from ' ./src/types/guild.d.ts' ;
72
+ import type * as Deployment from ' ./src/types/deployment.d.ts' ;
73
+ import type * as User from ' ./src/types/user.d.ts' ;
74
+ import type * as Pylon from ' ./src/types/pylon.d.ts' ;
75
75
76
76
export type { Deployment , Guild , Pylon , User } ;
You can’t perform that action at this time.
0 commit comments