mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Merge pull request #2104 from borisyankov/def/gruntjs
gruntjs: added node.js support
This commit is contained in:
6
gruntjs/gruntjs.d.ts
vendored
6
gruntjs/gruntjs.d.ts
vendored
@@ -1293,3 +1293,9 @@ interface IGrunt extends grunt.IConfigComponents, grunt.fail.FailModule, grunt.I
|
||||
*/
|
||||
version: string
|
||||
}
|
||||
|
||||
// NodeJS Support
|
||||
declare module 'grunt' {
|
||||
var grunt: IGrunt;
|
||||
export = grunt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user