UNPKG

169 BTypeScriptView Raw
1import { Argv } from ".";
2
3export = Yargs;
4
5declare function Yargs(
6 processArgs?: ReadonlyArray<string>,
7 cwd?: string,
8 parentRequire?: NodeRequire,
9): Argv;