summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.d.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/index.d.ts b/src/index.d.ts
deleted file mode 100644
index 0af8362122..0000000000
--- a/src/index.d.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import * as mongodb from 'mongodb';
-import { IConfig } from './config';
-
-declare var config: IConfig;
-
-declare module NodeJS {
- interface Global {
- config: IConfig;
- db: mongodb.Db;
- }
-}