diff --git a/lodash/lodash.d.ts b/lodash/lodash.d.ts index 97aeab757..dc2dd7206 100644 --- a/lodash/lodash.d.ts +++ b/lodash/lodash.d.ts @@ -3300,6 +3300,11 @@ declare module _ { * @see _.isEmpty **/ isEmpty(value: string): boolean; + + /** + * @see _.isEmpty + **/ + isEmpty(value: any): boolean; } //_.isEqual