UNPKG

badman-core

Version:

badman-core is the layer what all the badman packages depended,or can be used as a tool kit.

9 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BeanType = void 0; var BeanType; (function (BeanType) { BeanType[BeanType["Singleton"] = 0] = "Singleton"; BeanType[BeanType["Prototype"] = 1] = "Prototype"; })(BeanType = exports.BeanType || (exports.BeanType = {})); //# sourceMappingURL=BeanObject.js.map