summary refs log tree commit diff
path: root/dist/index.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 16:14:17 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 16:14:17 +0100
commit996878cbe3eefed32fbf87e172b98e43df355f19 (patch)
tree0db9abb57eb429c370c989fbd1d353dd41dc699b /dist/index.d.ts
parent:wrench: build (diff)
downloadserver-996878cbe3eefed32fbf87e172b98e43df355f19.tar.xz
:art: rename Database -> db
Diffstat (limited to 'dist/index.d.ts')
-rw-r--r--dist/index.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/index.d.ts b/dist/index.d.ts
new file mode 100644
index 00000000..46dcff5a
--- /dev/null
+++ b/dist/index.d.ts
@@ -0,0 +1,5 @@
+import { checkToken } from "./checkToken";
+import Config, { DefaultOptions } from "./Config";
+import db from "./Database";
+import * as Constants from "./Constants";
+export { checkToken, Config, Constants, db, DefaultOptions };