| 17 | }; |
| 18 | |
| 19 | export interface CreateLoadRemoteModuleOptions { |
| 20 | requires?: any; |
| 21 | fetcher?: Fetcher; |
| 22 | } |
| 23 | |
| 24 | interface LoadRemoteModule { |
| 25 | (url: string): Promise<any>; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…