Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ isDynamicModule
Method
isDynamicModule
packages/core/injector/module.ts:345–347 ·
view source on GitHub ↗
(exported: any)
Source
from the content-addressed store, hash-verified
343
}
344
345
public isDynamicModule(exported: any): exported is DynamicModule {
346
return
exported && exported.module;
347
}
348
349
public addCustomClass(
350
provider: ClassProvider,
Callers
2
addExportedProviderOrModule
Method · 0.95
compiler.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected