autorest.testserver/definitions/index.d.ts

7 строки
138 B
TypeScript

/**
* Yargs is missing helpers definitions.
*/
declare module "yargs/helpers" {
export const hideBin: (argv: string[]) => string[];
}