From c38c43e588fa926c5899db67b5638c476660fa0b Mon Sep 17 00:00:00 2001 From: Guyi Date: Fri, 21 Aug 2020 11:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9concat=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 e72decc91..40a216d76 100644 --- a/typescript/core/base.ts +++ b/typescript/core/base.ts @@ -85,7 +85,7 @@ export interface _base { lastObject: (obj: object) => any; - concat: (obj1: any, obj2: any) => any; + concat: (obj1: any, obj2: any, ...args: any[]) => any; backEach: (obj: any, predicate: Function, context?: any) => boolean;