📄 helpers.d.ts
/home/palash/git/site/node_modules/@types/yargs/helpers.d.ts
Language: ts • Lines: 5
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 };