| 19 | } |
| 20 | |
| 21 | export interface InternalModule< |
| 22 | exports extends InternalResolutions = InternalResolutions |
| 23 | > extends RootModule<exports> { |
| 24 | root?: BaseRoot |
| 25 | } |
| 26 | |
| 27 | export const bindModule = ( |
| 28 | module: InternalModule, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…