MCPcopy Index your code
hub / github.com/PatrickJS/angular-webpack-starter / SystemJS

Interface SystemJS

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

Source from the content-addressed store, hash-verified

62declare var System: SystemJS;
63
64interface SystemJS {
65 import: (path?: string) => Promise<any>;
66}
67
68interface GlobalEnvironment {
69 ENV: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected