mframejs
Version:
simple framework
9 lines • 347 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var exported_1 = require("../interface/exported");
function containerfree() {
return function register(_class) {
_class.prototype[exported_1.CONSTANTS.CONTAINER_FREE] = true;
};
}
exports.containerfree = containerfree;
//# sourceMappingURL=containerfree.js.map