inversify
Version:
A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.
9 lines (8 loc) • 321 B
JavaScript
;
var BindingScope;
(function (BindingScope) {
BindingScope[BindingScope["Transient"] = 0] = "Transient";
BindingScope[BindingScope["Singleton"] = 1] = "Singleton";
})(BindingScope || (BindingScope = {}));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = BindingScope;