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