Skip to content

Scopes

const Scopes: object

Defined in: packages/di-craft/src/core/scope/scope.ts:4

Built-in provider lifetimes.

readonly Scoped: "scoped" = "scoped"

readonly Singleton: "singleton" = "singleton"

readonly Transient: "transient" = "transient"