Skip to main content
Module

x/pbkit/misc/archive/zip.ts>ZipObject

Protobuf toolkit for modern web development
Go to Latest
interface ZipObject
import { type ZipObject } from "https://deno.land/x/pbkit@v0.0.56/misc/archive/zip.ts";

Properties

name: string
dir: boolean
date: Date | null
comment: string | null
unixPermissions: number | null
dosPermissions: number | null

Methods

async(type: "text" | "string"): Promise<string>
async(type: "uint8array"): Promise<Uint8Array>