We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed8a758 + 5835b7a commit 9d56abcCopy full SHA for 9d56abc
index.d.ts
@@ -80,7 +80,7 @@ declare namespace JSZip {
80
* @return Promise the promise of the result.
81
*/
82
async<T extends OutputType>(type: T, onUpdate?: OnUpdateCallback): Promise<OutputByType[T]>;
83
- nodeStream(type?: 'nodestream', onUpdate?: OnUpdateCallback): NodeJS.ReadableStream;
+ nodeStream(type?: 'nodebuffer', onUpdate?: OnUpdateCallback): NodeJS.ReadableStream;
84
}
85
86
interface JSZipFileOptions {
0 commit comments