ReadStream -> ReadableStream (#22692)

This commit is contained in:
cvaliere
2018-01-05 09:46:09 -08:00
committed by Mohamed Hegazy
parent cb0c8560aa
commit f0775e098d
+1 -1
View File
@@ -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