diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-13 23:30:18 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-13 23:31:17 +0100 |
commit | f3fb8be7db6de87dae40d41bd5597a735c800ca1 (patch) | |
tree | 1a061db04de8f5bb5a6b697fa56a9948f67fac2f /lib/decl/systemjs/systemjs.d.ts | |
parent | 200d83c3886149ebb3f018530302079e12a81f6b (diff) |
restructuring
Diffstat (limited to 'lib/decl/systemjs/systemjs.d.ts')
-rw-r--r-- | lib/decl/systemjs/systemjs.d.ts | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/decl/systemjs/systemjs.d.ts b/lib/decl/systemjs/systemjs.d.ts deleted file mode 100644 index 4d84b399c..000000000 --- a/lib/decl/systemjs/systemjs.d.ts +++ /dev/null @@ -1,20 +0,0 @@ -interface System { - import(name: string): Promise<any>; - defined: any; - amdDefine: () => void; - amdRequire: () => void; - baseURL: string; - paths: { [key: string]: string }; - meta: { [key: string]: Object }; - config: any; - newModule(obj: Object): any; - normalizeSync(name: string): string; - set(moduleName: string, module: any): void; -} - - -declare var System: System; - -declare module "systemjs" { - export = System; -}
\ No newline at end of file |