UNPKG

227 BTypeScriptView Raw
1import * as Parser from 'yargs-parser';
2
3export function applyExtends(config: Record<string, any>, cwd: string, mergeExtends: boolean): Record<string, any>;
4export function hideBin(argv: string[]): string[];
5export { Parser };