mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-11 10:59:55 +08:00
Update gruntjs.d.ts
This commit is contained in:
3
gruntjs/gruntjs.d.ts
vendored
3
gruntjs/gruntjs.d.ts
vendored
@@ -1296,5 +1296,6 @@ interface IGrunt extends grunt.IConfigComponents, grunt.fail.FailModule, grunt.I
|
||||
|
||||
// NodeJS Support
|
||||
declare module 'grunt' {
|
||||
export = IGrunt;
|
||||
var grunt: IGrunt;
|
||||
export = grunt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user