* Generates the complete zip file with the internal stream implementation * * @param options Optional options for the generator * @return a StreamHelper
(options?: JSZip.JSZipGeneratorOptions<T>)
| 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 |
no outgoing calls
no test coverage detected