Update gruntjs.d.ts

This commit is contained in:
Basarat Ali Syed
2014-04-26 09:07:07 +10:00
parent 4fa6f7c29b
commit 87e0cf3553

View File

@@ -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;
}