Add support for non-dictionary objects in isEmpty in lodash.d.ts

This commit is contained in:
gscshoyru
2014-01-28 13:52:46 -05:00
parent a53d50e91a
commit ed7436e785
+5
View File
@@ -3300,6 +3300,11 @@ declare module _ {
* @see _.isEmpty
**/
isEmpty(value: string): boolean;
/**
* @see _.isEmpty
**/
isEmpty(value: any): boolean;
}
//_.isEqual