DIR: /proc/1780863/root/usr/share/nodejs/@types/yargs/ |
Current File : //proc/1780863/root/usr/share/nodejs/@types/yargs/yargs.d.ts |
import { Argv } from '.'; export = Yargs; declare function Yargs( processArgs?: ReadonlyArray<string>, cwd?: string, parentRequire?: NodeRequire, ): Argv; |