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.
Parameters
Section titled “Parameters”isaJson
Section titled “isaJson”The parsed ISA-JSON Investigation object.
"blob" | "uint8array" | "nodebuffer"
The output format for JSZip (‘blob’ for browser, ‘nodebuffer’ or ‘uint8array’ for Node.js).
Returns
Section titled “Returns”Promise<Blob | Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>>
A promise resolving to the requested zip format.