mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
gruntjs: added node.js support
This commit is contained in:
Vendored
+5
@@ -1293,3 +1293,8 @@ interface IGrunt extends grunt.IConfigComponents, grunt.fail.FailModule, grunt.I
|
||||
*/
|
||||
version: string
|
||||
}
|
||||
|
||||
// NodeJS Support
|
||||
declare module 'grunt' {
|
||||
export = IGrunt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user