ZIP
The ZIP file generator accepts an options object, specifying a set of files (themselves defined using file generators) to be compressed into a single ZIP file. The resulting ZIP file may optionally be password-protected.
Options
Option | Description |
| Required; an object specifying a set of filenames mapped to file generators |
| Optional; a string specifying a password to use for encrypting the file |
Example
Last updated