Skip to main content
Module

x/alosaur/src/injection/types/lifecycle.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
enum Lifecycle { Transient, Singleton, ResolutionScoped, ContainerScoped,}
export default Lifecycle;