mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-17 03:24:15 +08:00
ReadStream -> ReadableStream (#22692)
This commit is contained in:
2
types/jszip/index.d.ts
vendored
2
types/jszip/index.d.ts
vendored
@@ -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