Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseParseContext

property

{string} unzipPath If specified, unzip to that path.

property

{boolean} overwrite If true, overwrite to unzipPath when unzip. (only using if unzipPath specified.)

property

{string} unzipPath

property

{string} overwrite /

/**

Hierarchy

Index

Properties

Properties

entries

entries: { find: (entryPath: string, strict: boolean) => EntryBasicInformation | (IZipEntry & EntryBasicInformation & ZipfileEntryInformation); first: EntryBasicInformation | (IZipEntry & EntryBasicInformation & ZipfileEntryInformation); forEach: (callback: (value: EntryBasicInformation | (IZipEntry & EntryBasicInformation & ZipfileEntryInformation), index: number, array: (EntryBasicInformation | (IZipEntry & EntryBasicInformation & ZipfileEntryInformation))[]) => void) => void; get: (idx: number) => EntryBasicInformation | (IZipEntry & EntryBasicInformation & ZipfileEntryInformation); length: number; map: (callback: (value: EntryBasicInformation | (IZipEntry & EntryBasicInformation & ZipfileEntryInformation), index: number, array: (EntryBasicInformation | (IZipEntry & EntryBasicInformation & ZipfileEntryInformation))[]) => any) => void; sort: (callback: (a: EntryBasicInformation | (IZipEntry & EntryBasicInformation & ZipfileEntryInformation), b: EntryBasicInformation | (IZipEntry & EntryBasicInformation & ZipfileEntryInformation)) => number) => void; source: string }

Type declaration

options

rawBook

rawBook: {}

Type declaration

Generated using TypeDoc