UNPKG

@vulcan-sql/build

Version:

VulcanSQL package for building projects

12 lines 559 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.packagerModule = void 0; const tslib_1 = require("tslib"); const inversify_1 = require("inversify"); const types_1 = require("../types"); const packagerModule = () => new inversify_1.AsyncContainerModule((bind) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { // Document generator bind(types_1.TYPES.Factory_Packager).toAutoNamedFactory(types_1.TYPES.Extension_Packager); })); exports.packagerModule = packagerModule; //# sourceMappingURL=packager.js.map