(request: string, parent: string, original: LoadFunction)
| 16 | export interface INodeModuleFactory { |
| 17 | readonly nodeModuleName: string | string[]; |
| 18 | load(request: string, parent: string, original: LoadFunction): any; |
| 19 | alternativeModuleName?(name: string): string | undefined; |
| 20 | } |
| 21 |
no outgoing calls
no test coverage detected