@malagu/core
Version:
10 lines • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Scope = void 0;
var Scope;
(function (Scope) {
Scope[Scope["Request"] = 0] = "Request";
Scope[Scope["Singleton"] = 1] = "Singleton";
Scope[Scope["Transient"] = 2] = "Transient";
})(Scope = exports.Scope || (exports.Scope = {}));
//# sourceMappingURL=scope.js.map