utilities.tozip.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/utilities > toZip
toZip() function
Signature:
export declare function toZip(files: File[], writerOptions?: Record<string, any>): Promise<string>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| files | File[] | |
| writerOptions | Record<string, any> | (Optional) |
Returns:
Promise<string>