MCPcopy Create free account
hub / github.com/PatrickJS/angular-webpack-starter / GlobalEnvironment

Interface GlobalEnvironment

src/custom-typings.d.ts:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68interface GlobalEnvironment {
69 ENV: string;
70 HMR: boolean;
71 SystemJS: SystemJS;
72 System: SystemJS;
73}
74
75interface Es6PromiseLoader {
76 (id: string): (exportName?: string) => Promise<any>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected