Skip to content

targetModulesByContainer

reference
1 min readUpdated

Kind: Constant

Source: packages/core/router/router-module.ts

Part of: Core

Definition

ts
new WeakMap<
  ModulesContainer,
  WeakSet<ModuleClass>
>()

Value

ts
new WeakMap<
  ModulesContainer,
  WeakSet<ModuleClass>
>()

Was this page helpful?

Download as PDF
targetModulesByContainer — NestJS head-to-head