Update underscore.d.ts

This commit is contained in:
akalman
2014-11-13 11:15:54 -08:00
parent b9b6d6b3d5
commit 97ef24740b
+1 -1
View File
@@ -1177,7 +1177,7 @@ interface UnderscoreStatic {
**/
pick(
object: any,
...keys: string[]): any;
...keys: any[]): any;
/**
* Return a copy of the object, filtered to omit the blacklisted keys (or array of keys).