mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-14 21:20:39 +00:00
ReadStream -> ReadableStream (#22692)
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user