summary refs log tree commit diff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/index.ts b/src/index.ts
deleted file mode 100644

index 554c296f..00000000 --- a/src/index.ts +++ /dev/null
@@ -1,18 +0,0 @@ -export * from "./Server"; -export * from "./middlewares/"; -export * from "./schema/Ban"; -export * from "./schema/Channel"; -export * from "./schema/Guild"; -export * from "./schema/Invite"; -export * from "./schema/Message"; -export * from "./util/Config"; -export * from "./util/Constants"; -export * from "./util/Event"; -export * from "./util/instanceOf"; -export * from "./util/Event"; -export * from "./util/instanceOf"; -export * from "./util/Member"; -export * from "./util/RandomInviteID"; -export * from "./util/String"; -export * from "./util/User"; -export { check as checkPassword } from "./util/passwordStrength";