mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Updated grunt declarations to match 0.4.x documentation.
Had to weaken some return types for TypeScript (left comments). Conflicts: gruntjs/gruntjs.d.ts
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// http://gruntjs.com/getting-started#an-example-gruntfile
|
||||
|
||||
// exports should work same as module.exports
|
||||
exports = function (grunt) {
|
||||
exports = (grunt: IGrunt) => {
|
||||
|
||||
// Project configuration.
|
||||
grunt.initConfig({
|
||||
|
||||
Vendored
+1063
-199
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user