diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 11:00:42 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 11:00:42 +0900 |
| commit | b7282c9fc36e6d8e2d1002130bf0f5300a44e4a1 (patch) | |
| tree | 2ba172e4803f57e4380200a8e9d75fe45920c1da /src/index.d.ts | |
| parent | Update tsconfig.json (diff) | |
| download | misskey-b7282c9fc36e6d8e2d1002130bf0f5300a44e4a1.tar.gz misskey-b7282c9fc36e6d8e2d1002130bf0f5300a44e4a1.tar.bz2 misskey-b7282c9fc36e6d8e2d1002130bf0f5300a44e4a1.zip | |
Rename index.d.s to globals.d.ts
Diffstat (limited to 'src/index.d.ts')
| -rw-r--r-- | src/index.d.ts | 11 |
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; - } -} |