DIR: /proc/1991111/root/usr/share/nodejs/@types/yargs/ |
Current File : //proc/1991111/root/usr/share/nodejs/@types/yargs/helpers.d.ts |
import * as Parser from 'yargs-parser'; export function applyExtends(config: Record<string, any>, cwd: string, mergeExtends: boolean): Record<string, any>; export function hideBin(argv: string[]): string[]; export { Parser }; |