| 66 | } |
| 67 | |
| 68 | interface GlobalEnvironment { |
| 69 | ENV: string; |
| 70 | HMR: boolean; |
| 71 | SystemJS: SystemJS; |
| 72 | System: SystemJS; |
| 73 | } |
| 74 | |
| 75 | interface Es6PromiseLoader { |
| 76 | (id: string): (exportName?: string) => Promise<any>; |
nothing calls this directly
no outgoing calls
no test coverage detected