ReadStream -> ReadableStream (#22692)

This commit is contained in:
cvaliere
2018-01-05 18:46:09 +01:00
committed by Mohamed Hegazy
parent cb0c8560aa
commit f0775e098d

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