mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
Update underscore.d.ts
missing declaration for wrapped.pick
This commit is contained in:
Vendored
+1
@@ -3020,6 +3020,7 @@ interface _Chain<T> {
|
||||
* @see _.pick
|
||||
**/
|
||||
pick(...keys: string[]): _Chain<T>;
|
||||
pick(keys: string[]): _Chain<T>;
|
||||
pick(fn: (value: any, key: any, object: any) => any): _Chain<T>;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user