From f556a2f926842aa5315bae14f26fa3541a8f43a2 Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 26 Jul 2019 16:43:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= 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 f729cd950..a060901a7 100644 --- a/typescript/core/base.ts +++ b/typescript/core/base.ts @@ -349,7 +349,7 @@ export interface _base { isNotEmptyString: (string: string) => boolean; - isEmptyString: (string: string) => boolean; + isEmptyString: (string: any) => boolean; encrypt: (type: string, text: string, key: string) => string;