UNPKG

typed-inject

Version:

Type safe dependency injection framework for TypeScript

6 lines 174 B
export var Scope; (function (Scope) { Scope["Transient"] = "transient"; Scope["Singleton"] = "singleton"; })(Scope || (Scope = {})); //# sourceMappingURL=Scope.js.map