UNPKG

mongo-seeding

Version:

The ultimate Node.js library for populating your MongoDB database.

12 lines 369 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NewLoggerInstance = void 0; /** * Constructs new logger, which logs app events to stderr. */ const NewLoggerInstance = () => { const debug = require('debug'); return debug('mongo-seeding'); }; exports.NewLoggerInstance = NewLoggerInstance; //# sourceMappingURL=logger.js.map