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