Skip to content

Distill / BindingLifetime

Type Alias: BindingLifetime

BindingLifetime = "singleton" | "scoped" | "transient"

Defined in: binding/lifetime.ts:1

Released under the MIT License.