vsc-material-theme/typings/gulp-stats/gulp-stats.d.ts
Mattia Astorino 2f4f56f40d
unlock files
2018-04-20 20:07:36 +02:00

5 lines
No EOL
122 B
TypeScript

declare module "gulp-stats" {
function gulpStats(... args: any[]): any;
namespace gulpStats {}
export = gulpStats;
}