MCPcopy Create free account
hub / github.com/Stuk/jszip / nodeStream

Method nodeStream

index.d.ts:97–97  ·  view source on GitHub ↗
(type?: 'nodebuffer', onUpdate?: OnUpdateCallback)

Source from the content-addressed store, hash-verified

95 */
96 async<T extends OutputType>(type: T, onUpdate?: OnUpdateCallback): Promise<OutputByType[T]>;
97 nodeStream(type?: 'nodebuffer', onUpdate?: OnUpdateCallback): NodeJS.ReadableStream;
98 }
99
100 interface JSZipFileOptions {

Callers 1

stream.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected