underscore missing signature for omit

This commit is contained in:
basarat
2013-08-27 03:14:29 +10:00
parent 69457399cc
commit 41a02eaf8e
+1
View File
@@ -2654,6 +2654,7 @@ interface _Chain<T> {
* @see _.omit
**/
omit(...keys: string[]): _Chain;
omit(keys: string[]): _Chain;
/**
* Wrapped type `object`.