Constructors

Properties

Methods

Constructors

Properties

date: Date
files: Map<any, any>

type {Map<string, ZFile>}

Methods

  • Returns Uint8Array

  • Parameters

    • name: string
    • content: Uint8Array
    • Optionaloptions: {
          comment?: string;
          date?: Date;
          mode?: number;
      } = {}
      • Optionalcomment?: string
      • Optionaldate?: Date
      • Optionalmode?: number

    Returns void