Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
62
declare
var
System: SystemJS;
63
64
interface
SystemJS {
65
import
: (path?: string) => Promise<any>;
66
}
67
68
interface
GlobalEnvironment {
69
ENV: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected