@dazejs/framework
Version:
Daze.js - A powerful web framework for Node.js
9 lines • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Inject = void 0;
const decorator_factory_1 = require("./factory/decorator-factory");
const Inject = function (name, ...args) {
return (0, decorator_factory_1.decoratorFactory)(name, args);
};
exports.Inject = Inject;
//# sourceMappingURL=inject.js.map