@appolo/inject
Version:
dependency injection for node js
9 lines • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.initAsync = void 0;
const decorators_1 = require("./decorators");
function initAsync() {
return (0, decorators_1.addDefinitionProperty)("initMethodAsync", []);
}
exports.initAsync = initAsync;
//# sourceMappingURL=initAsync.js.map