@rnaga/wp-node
Version:
👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**
10 lines (9 loc) • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Scope = void 0;
var Scope;
(function (Scope) {
Scope[Scope["Singleton"] = 0] = "Singleton";
Scope[Scope["Context"] = 1] = "Context";
Scope[Scope["Transient"] = 2] = "Transient";
})(Scope || (exports.Scope = Scope = {}));