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

Method generateInternalStream

index.d.ts:315–315  ·  view source on GitHub ↗

* Generates the complete zip file with the internal stream implementation * * @param options Optional options for the generator * @return a StreamHelper

(options?: JSZip.JSZipGeneratorOptions<T>)

Source from the content-addressed store, hash-verified

313 * @return a StreamHelper
314 */
315 generateInternalStream<T extends JSZip.OutputType>(options?: JSZip.JSZipGeneratorOptions<T>): JSZip.JSZipStreamHelper<OutputByType[T]>;
316
317 /**
318 * Deserialize zip file asynchronously

Callers 4

object.jsFile · 0.80
testGenerateFunction · 0.80
stream.jsFile · 0.80
file.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected