MCPcopy
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

compiler.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected