| 22 | } |
| 23 | |
| 24 | interface LoadRemoteModule { |
| 25 | (url: string): Promise<any>; |
| 26 | } |
| 27 | |
| 28 | interface CreateLoadRemoteModule { |
| 29 | (options?: CreateLoadRemoteModuleOptions): LoadRemoteModule; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…