* Deserialize zip file asynchronously * * @param data Serialized zip file * @param options Options for deserializing * @return Returns promise
(data: InputFileFormat, options?: JSZip.JSZipLoadOptions)
| 322 | * @return Returns promise |
| 323 | */ |
| 324 | loadAsync(data: InputFileFormat, options?: JSZip.JSZipLoadOptions): Promise<JSZip>; |
| 325 | |
| 326 | /** |
| 327 | * Create JSZip instance |
no outgoing calls
no test coverage detected