• Add entries to the ZIP archive.

    Type Parameters

    • Type

      The type of the writer.

    Parameters

    • writer: ZipWriter<Type>

      The ZIP writer.

    • entries: EntryObject<EntryType>

      The entries to add.

    • Optionaloptions: ZipWriterAddDataOptions

      The options for adding the entries.

    • prefix: string = ""

      The prefix for the entries.

    Returns Promise<void>