@datr.tech/leith-common-seeders
Version:
A Leith package of common mongoose model seeders
6 lines • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.attributeBase = void 0;
var attributeBase_1 = require("./attributeBase");
Object.defineProperty(exports, "attributeBase", { enumerable: true, get: function () { return attributeBase_1.attributeBase; } });
//# sourceMappingURL=index.js.map