diff --git a/lazy.js/lazy.js.d.ts b/lazy.js/lazy.js.d.ts index 7130a9d2d..d388ba6f7 100644 --- a/lazy.js/lazy.js.d.ts +++ b/lazy.js/lazy.js.d.ts @@ -176,7 +176,7 @@ declare module LazyJS { interface ArrayLikeSequence extends Sequence { // define()X; - concat(): ArrayLikeSequence; + concat(var_args: T[]): ArrayLikeSequence; first(count?: number): ArrayLikeSequence; get(index: number): T; length(): number;