UNPKG

@types/yargs

Version:
6 lines (4 loc) 227 B
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 };