| 26 | } |
| 27 | |
| 28 | interface CreateLoadRemoteModule { |
| 29 | (options?: CreateLoadRemoteModuleOptions): LoadRemoteModule; |
| 30 | } |
| 31 | |
| 32 | export const createLoadRemoteModule: CreateLoadRemoteModule = ({ |
| 33 | requires, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…