From f0775e098d2700b41764da7cd2014fbbf8535230 Mon Sep 17 00:00:00 2001 From: cvaliere Date: Fri, 5 Jan 2018 18:46:09 +0100 Subject: [PATCH] ReadStream -> ReadableStream (#22692) --- types/jszip/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/jszip/index.d.ts b/types/jszip/index.d.ts index a6253e60b8..bca2b6899c 100644 --- a/types/jszip/index.d.ts +++ b/types/jszip/index.d.ts @@ -219,7 +219,7 @@ interface JSZip { * @param onUpdate The optional function called on each internal update with the metadata. * @return A Node.js `ReadableStream` */ - generateNodeStream(options?: JSZip.JSZipGeneratorOptions<'nodebuffer'>, onUpdate?: OnUpdateCallback): NodeJS.ReadStream; + generateNodeStream(options?: JSZip.JSZipGeneratorOptions<'nodebuffer'>, onUpdate?: OnUpdateCallback): NodeJS.ReadableStream; /** * Deserialize zip file asynchronously