5 lines
No EOL
122 B
TypeScript
5 lines
No EOL
122 B
TypeScript
declare module "gulp-stats" {
|
|
function gulpStats(... args: any[]): any;
|
|
namespace gulpStats {}
|
|
export = gulpStats;
|
|
} |