From 9df98e65f842cf3acae09cbdd969966f42d64469 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 14 Oct 2017 18:40:54 +0200 Subject: update dependencies --- node_modules/tslint/lib/utils.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/tslint/lib/utils.d.ts') diff --git a/node_modules/tslint/lib/utils.d.ts b/node_modules/tslint/lib/utils.d.ts index 09100398c..07f3bf5e5 100644 --- a/node_modules/tslint/lib/utils.d.ts +++ b/node_modules/tslint/lib/utils.d.ts @@ -52,7 +52,7 @@ export declare function find(inputs: T[], getResult: (t: T) => U | undefin /** Returns an array that is the concatenation of all output arrays. */ export declare function flatMap(inputs: ReadonlyArray, getOutputs: (input: T, index: number) => ReadonlyArray): U[]; /** Returns an array of all outputs that are not `undefined`. */ -export declare function mapDefined(inputs: T[], getOutput: (input: T) => U | undefined): U[]; +export declare function mapDefined(inputs: ReadonlyArray, getOutput: (input: T) => U | undefined): U[]; export declare function readBufferWithDetectedEncoding(buffer: Buffer): string; export declare type Encoding = "utf8" | "utf8-bom" | "utf16le" | "utf16be"; export declare function detectBufferEncoding(buffer: Buffer, length?: number): Encoding; -- cgit v1.2.3