mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
underscore missing signature for omit
This commit is contained in:
Vendored
+1
@@ -2654,6 +2654,7 @@ interface _Chain<T> {
|
||||
* @see _.omit
|
||||
**/
|
||||
omit(...keys: string[]): _Chain;
|
||||
omit(keys: string[]): _Chain;
|
||||
|
||||
/**
|
||||
* Wrapped type `object`.
|
||||
|
||||
Reference in New Issue
Block a user