mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add support for non-dictionary objects in isEmpty in lodash.d.ts
This commit is contained in:
Vendored
+5
@@ -3300,6 +3300,11 @@ declare module _ {
|
||||
* @see _.isEmpty
|
||||
**/
|
||||
isEmpty(value: string): boolean;
|
||||
|
||||
/**
|
||||
* @see _.isEmpty
|
||||
**/
|
||||
isEmpty(value: any): boolean;
|
||||
}
|
||||
|
||||
//_.isEqual
|
||||
|
||||
Reference in New Issue
Block a user