UNPKG

mongo-seeding-cli

Version:

The ultimate command line tool for populating your MongoDB database.

4 lines (3 loc) 202 B
import { CommandLineArguments } from './types'; export declare const showHelp: () => void; export declare const shouldShowHelp: (options: CommandLineArguments) => string | number | boolean | undefined;