UNPKG

gulp-ng-recipes

Version:
10 lines (8 loc) 159 B
declare module 'yargs' { var yargs: IYargs; export = yargs; // Minimalistic but serves the usage in the seed. interface IYargs { argv: any; } }