aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/typings/typings.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/typings/typings.d.ts')
-rw-r--r--client/typings/typings.d.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/client/typings/typings.d.ts b/client/typings/typings.d.ts
index 579c9a586..e69de29bb 100644
--- a/client/typings/typings.d.ts
+++ b/client/typings/typings.d.ts
@@ -1,13 +0,0 @@
1/**
2 * Declares the 'commonjs' format module object that identifies the "module id" for the current module.
3 * Set a component's `moduleId` metadata property to `module.id` for module-relative urls
4 * when the generated module format is 'commonjs'.
5 */
6declare var module: {id: string};
7
8/**
9 * Declares the 'system' format string that identifies the "module id" for the current module.
10 * Set a component's `moduleId` metadata property to `__moduleName` for module-relative urls
11 * when the generated module format is 'system'.
12 */
13declare var __moduleName: string;