import * as mod from "https://dotland.deno.dev/x/zipjs@v2.7.23/index.d.ts";
Classes
Represents a Reader instance used to read data provided as a | |
Represents a {@link WritableWriter} instance used to retrieve the written data as a | |
Represents a Reader instance used to read data provided as a Data URI | |
Represents a Writer instance used to retrieve the written data as a Data URI | |
c FS | Represents a Filesystem instance. |
Represents a Reader instance used to fetch data from servers returning | |
Represents a Reader instance used to fetch data from a URL. | |
Represents an instance used to read unknown type of data. | |
Represents a Reader instance used to read data provided as an array of {@link ReadableReader} instances (e.g. split zip files). | |
Represents a Writer instance used to retrieve the written data from a generator of {@link WritableWriter} instances (i.e. split zip files). | |
Represents a Reader instance used to read data provided as an array of {@link ReadableReader} instances (e.g. split zip files). | |
Represents a Writer instance used to retrieve the written data from a generator of {@link WritableWriter} instances (i.e. split zip files). | |
Represents a Reader instance used to read data provided as a | |
Represents a Writer instance used to retrieve the written data as a | |
Represents a Reader instance used to read data provided as a | |
Represents a Writer instance used to retrieve the written data as a | |
Represents an instance used to write unknown type of data. | |
Represents a directory entry in the zip (Filesystem API). | |
Represents a file entry in the zip (Filesystem API). | |
Represents an instance used to read a zip file. | |
Represents an instance used to create a zip file. |
Functions
Configures zip.js | |
Returns the MIME type corresponding to a filename extension. | |
Transforms event-based third-party codec implementations into implementations compatible with zip.js | |
Terminates all the idle web workers |
Interfaces
Represents an entry with its data and metadata in a zip file (Core API). | |
Represents the metadata of an entry in a zip file (Core API). |