mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #5186 from chrootsu/lodash-modArgs
lodash: changed _.modArgs() method (minor fix)
This commit is contained in:
Vendored
+2
-2
@@ -5560,12 +5560,12 @@ declare module _ {
|
||||
/**
|
||||
* @see _.modArgs
|
||||
*/
|
||||
modArgs<TResult>(...transforms: Function[]): LoDashObjectWrapper<TResult>;
|
||||
modArgs<TResult extends Function>(...transforms: Function[]): LoDashObjectWrapper<TResult>;
|
||||
|
||||
/**
|
||||
* @see _.modArgs
|
||||
*/
|
||||
modArgs<TResult>(transforms: Function[]): LoDashObjectWrapper<TResult>;
|
||||
modArgs<TResult extends Function>(transforms: Function[]): LoDashObjectWrapper<TResult>;
|
||||
}
|
||||
|
||||
//_.negate
|
||||
|
||||
Reference in New Issue
Block a user