Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Const ERR_BAD_FORMAT

ERR_BAD_FORMAT: string

Const ERR_CENTRAL_DIRECTORY_NOT_FOUND

ERR_CENTRAL_DIRECTORY_NOT_FOUND: string

Const ERR_DUPLICATED_NAME

ERR_DUPLICATED_NAME: string

Const ERR_ENCRYPTED

ERR_ENCRYPTED: string

Const ERR_EOCDR_LOCATOR_ZIP64_NOT_FOUND

ERR_EOCDR_LOCATOR_ZIP64_NOT_FOUND: string

Const ERR_EOCDR_NOT_FOUND

ERR_EOCDR_NOT_FOUND: string

Const ERR_EOCDR_ZIP64_NOT_FOUND

ERR_EOCDR_ZIP64_NOT_FOUND: string

Const ERR_EXTRAFIELD_ZIP64_NOT_FOUND

ERR_EXTRAFIELD_ZIP64_NOT_FOUND: string

Const ERR_HTTP_RANGE

ERR_HTTP_RANGE: string

Const ERR_INVALID_COMMENT

ERR_INVALID_COMMENT: string

Const ERR_INVALID_DATE

ERR_INVALID_DATE: string

Const ERR_INVALID_ENCRYPTION_STRENGTH

ERR_INVALID_ENCRYPTION_STRENGTH: string

Const ERR_INVALID_ENTRY_COMMENT

ERR_INVALID_ENTRY_COMMENT: string

Const ERR_INVALID_ENTRY_NAME

ERR_INVALID_ENTRY_NAME: string

Const ERR_INVALID_EXTRAFIELD_DATA

ERR_INVALID_EXTRAFIELD_DATA: string

Const ERR_INVALID_EXTRAFIELD_TYPE

ERR_INVALID_EXTRAFIELD_TYPE: string

Const ERR_INVALID_PASSWORD

ERR_INVALID_PASSWORD: string

Const ERR_INVALID_SIGNATURE

ERR_INVALID_SIGNATURE: string

Const ERR_INVALID_VERSION

ERR_INVALID_VERSION: string

Const ERR_LOCAL_FILE_HEADER_NOT_FOUND

ERR_LOCAL_FILE_HEADER_NOT_FOUND: string

Const ERR_UNSUPPORTED_COMPRESSION

ERR_UNSUPPORTED_COMPRESSION: string

Const ERR_UNSUPPORTED_ENCRYPTION

ERR_UNSUPPORTED_ENCRYPTION: string

Const fs

fs: { FS: FS; ZipDirectoryEntry: ZipDirectoryEntry; ZipFileEntry: ZipFileEntry }

Type declaration

Functions

configure

getMimeType

  • getMimeType(fileExtension: string): string
  • Parameters

    • fileExtension: string

    Returns string

initShimAsyncCodec

  • initShimAsyncCodec(constructor: object, constructorOptions?: any): { Deflate: Codec; Inflate: Codec }
  • Parameters

    • constructor: object
    • Optional constructorOptions: any

    Returns { Deflate: Codec; Inflate: Codec }