From 0058c15fc832919d127a13b51c5a0740345f83aa Mon Sep 17 00:00:00 2001 From: iapyang Date: Tue, 31 Dec 2019 15:53:10 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-25852=20fix:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/core/base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;