Merge pull request #1643 from gscshoyru/patch-8

Add support for non-dictionary objects in isEmpty in lodash.d.ts
This commit is contained in:
Masahiro Wakame
2014-02-04 17:44:20 -08:00
+5
View File
@@ -3300,6 +3300,11 @@ declare module _ {
* @see _.isEmpty
**/
isEmpty(value: string): boolean;
/**
* @see _.isEmpty
**/
isEmpty(value: any): boolean;
}
//_.isEqual