UNPKG

@types/yargs

Version:
6 lines (4 loc) 228 B
import Parser = require("yargs-parser"); export function applyExtends(config: Record<string, any>, cwd: string, mergeExtends: boolean): Record<string, any>; export function hideBin(argv: string[]): string[]; export { Parser };