UNPKG

@malagu/core

Version:
13 lines 529 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Autowired = void 0; const autowired_1 = require("../autowired"); const Autowired = function (idOrOption) { return (target, targetKey, index) => { const option = (0, autowired_1.parseAutowiredOption)(target, targetKey, index, idOrOption); option.detached = true; (0, autowired_1.applyAutowiredDecorator)(option, target, targetKey, index); }; }; exports.Autowired = Autowired; //# sourceMappingURL=autowired.js.map