| 163 | } |
| 164 | |
| 165 | interface JSZipLoadOptions { |
| 166 | base64?: boolean; |
| 167 | checkCRC32?: boolean; |
| 168 | optimizedBinaryString?: boolean; |
| 169 | createFolders?: boolean; |
| 170 | decodeFileName?: (bytes: string[] | Uint8Array | Buffer) => string; |
| 171 | } |
| 172 | |
| 173 | interface JSZipDefaults { |
| 174 | base64: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected