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