From f46385c9efda87cfd3c63c050d3ad78755ebaab7 Mon Sep 17 00:00:00 2001 From: Rafael Rocha Date: Mon, 6 Aug 2018 06:31:11 -0300 Subject: [PATCH] Update fromScratch to accept 'any' for sample in the TypeScript declaration --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index ee76054..1b5bdf7 100644 --- a/index.d.ts +++ b/index.d.ts @@ -125,7 +125,7 @@ declare class WaveFile { numChannels: number, sampleRate: number, bitDepthCode: string, - samples: Array, + samples: any, options?: object): void; /**