Module

x/esm/packages/esm-archive/index.d.ts>Archive

A fast, smart, & global CDN for modern(es2015+) web development.
Latest
class Archive
import { Archive } from "https://dotland.deno.dev/x/esm@v135_7/packages/esm-archive/index.d.ts";

Constructors

new
Archive(buffer: ArrayBufferLike)

Properties

readonly
checksum: number
readonly
entries: ArchiveEntry[]

Methods

exists(name: string): boolean
openFile(name: string): File