UNPKG

minimost

Version:

Like minimist but flags are converted to camelCase

9 lines (8 loc) 188 B
import { Opts } from 'minimist'; export default function (argv: string[], options?: Opts): { input: string[]; flags: { [k: string]: any; }; }; export { Opts };