mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Fix gruntjs typings: Add grunt.config.merge method
This commit is contained in:
Vendored
+6
@@ -192,6 +192,12 @@ declare module grunt {
|
||||
*/
|
||||
requires(prop: string, ...andProps: string[]): void
|
||||
requires(prop: string[], ...andProps: string[][]): void
|
||||
|
||||
/**
|
||||
* Recursively merges properties of the specified configObject into the current project configuration.
|
||||
* You can use this method to append configuration options, targets, etc., to already defined tasks.
|
||||
*/
|
||||
merge<T>(configObject: T): void;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user