angular-cli/packages/@angular/cli/custom-typings.d.ts
2018-05-23 19:34:52 +01:00

6 lines
171 B
TypeScript

declare module 'yargs-parser' {
const parseOptions: any;
const yargsParser: <T = any>(args: string | string[], options?: parseOptions) => T;
export = yargsParser;
}