mframejs
Version:
simple framework
11 lines • 467 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var exported_1 = require("../container/exported");
var exported_2 = require("../container/exported");
function customAttribute(name) {
return function register(_class) {
exported_1.ContainerClasses.regTransient(_class);
exported_2.ContainerAttributes.regAttribute(_class, name);
};
}
exports.customAttribute = customAttribute;
//# sourceMappingURL=customAttribute.js.map