mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
lodash: changed _.modArgs() method (minor fix)
This commit is contained in:
Vendored
+2
-2
@@ -5486,12 +5486,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