Skip to content

Commit 77c620f

Browse files
chore: lint & fmt
1 parent 98d78a2 commit 77c620f

File tree

2 files changed

+96
-96
lines changed

2 files changed

+96
-96
lines changed

mod.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@
6060

6161
// Used for docs.
6262
// deno-lint-ignore no-unused-vars
63-
import { type Tpy } from "./src/tpy.ts";
63+
import { type Tpy } from './src/tpy.ts';
6464

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';
7070

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';
7575

7676
export type { Deployment, Guild, Pylon, User };

0 commit comments

Comments
 (0)