diff --git a/typescript/core/base.ts b/typescript/core/base.ts index b2aaf3329..aaed4f1b9 100644 --- a/typescript/core/base.ts +++ b/typescript/core/base.ts @@ -189,7 +189,7 @@ export interface _base { isMatch: (object: object, source: object, customizer?: Function, thisArg?: any) => boolean; - isEmpty: (value: any[]|object|string|null|undefined) => boolean; + isEmpty: (value: any[]|object|string|null|undefined|number) => boolean; isElement: (value: any) => boolean;