UNPKG

typed-inject

Version:

Type safe dependency injection framework for TypeScript

5 lines 122 B
export declare enum Scope { Transient = "transient", Singleton = "singleton" } //# sourceMappingURL=Scope.d.ts.map