UNPKG

seedgoose

Version:

Mongoose data seeding with smart id references tracking.

16 lines (15 loc) 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const silentReporter = { colorOutput: true, startSeedCollection(collectionName) { /**/ }, endSeedCollection(collectionName) { /**/ }, didHandleRecord(action, collectionName, id) { /**/ } }; exports.default = silentReporter;