UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

10 lines (7 loc) 169 B
import { Argv } from '.'; export = Yargs; declare function Yargs( processArgs?: ReadonlyArray<string>, cwd?: string, parentRequire?: NodeRequire, ): Argv;