Skip to content

convertIsaJsonToZip

convertIsaJsonToZip(isaJson, type?): Promise<Blob | Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>>

Defined in: index.ts:54

Converts a complete ISA-JSON structure into a single ZIP archive containing the ISA-Tab files.

ISAInvestigationSchema

The parsed ISA-JSON Investigation object.

"blob" | "uint8array" | "nodebuffer"

The output format for JSZip (‘blob’ for browser, ‘nodebuffer’ or ‘uint8array’ for Node.js).

Promise<Blob | Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>>

A promise resolving to the requested zip format.