From cd2c31ea8de3df872b87a1c3e0dacc9630adfaf2 Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 26 Jul 2019 15:32:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=82=E6=95=B0=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 9dac190db..f729cd950 100644 --- a/typescript/core/base.ts +++ b/typescript/core/base.ts @@ -156,7 +156,7 @@ export interface _base { makeArrayByArray: (array: any[], value: any) => any[]; - uniq: (array: any[], isSorted: boolean, iteratee?: any, context?: any) => any[]; + uniq: (array: any[], isSorted?: boolean, iteratee?: any, context?: any) => any[]; // 对象相关方法 keys: (object: object) => string[];