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

Interface JSZipLoadOptions

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

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected