UNPKG

mongo-seeding

Version:

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

9 lines (8 loc) 201 B
/** * Constructs new logger, which logs app events to stderr. */ export declare const NewLoggerInstance: () => any; /** * Logs app events to stderr. */ export type LogFn = (input: string) => void;