UNPKG

loopback4-seeder

Version:
12 lines 579 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debug = void 0; const tslib_1 = require("tslib"); const debug_1 = (0, tslib_1.__importDefault)(require("debug")); exports.debug = (0, debug_1.default)('loopback:seeder'); (0, tslib_1.__exportStar)(require("./decorators"), exports); (0, tslib_1.__exportStar)(require("./components"), exports); (0, tslib_1.__exportStar)(require("./mixins"), exports); (0, tslib_1.__exportStar)(require("./keys"), exports); (0, tslib_1.__exportStar)(require("./types"), exports); //# sourceMappingURL=index.js.map