aboutsummaryrefslogtreecommitdiff
path: root/lib/decl/systemjs/systemjs.d.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-13 23:30:18 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-13 23:31:17 +0100
commitf3fb8be7db6de87dae40d41bd5597a735c800ca1 (patch)
tree1a061db04de8f5bb5a6b697fa56a9948f67fac2f /lib/decl/systemjs/systemjs.d.ts
parent200d83c3886149ebb3f018530302079e12a81f6b (diff)
downloadwallet-core-f3fb8be7db6de87dae40d41bd5597a735c800ca1.tar.xz
restructuring
Diffstat (limited to 'lib/decl/systemjs/systemjs.d.ts')
-rw-r--r--lib/decl/systemjs/systemjs.d.ts20
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