1
0
Fork 0
mirror of synced 2024-09-03 03:01:14 +12:00
budibase/packages/common/node_modules/@types/yargs/yargs.d.ts

10 lines
169 B
TypeScript
Raw Normal View History

2020-04-08 02:12:08 +12:00
import { Argv } from '.';
export = Yargs;
declare function Yargs(
processArgs?: ReadonlyArray<string>,
cwd?: string,
parentRequire?: NodeRequire,
): Argv;