Skip to main content
Module

x/jszip/types.ts>JSZipObject

A JSZip wrapper for handling zipfiles in deno
Latest
interface JSZipObject
import { type JSZipObject } from "https://deno.land/x/jszip@0.11.0/types.ts";

Properties

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

The UNIX permissions of the file, if any.

dosPermissions: number | null

The UNIX permissions of the file, if any.

Methods

async<T extends OutputType>(type: T, onUpdate?: OnUpdateCallback): Promise<OutputByType[T]>

Prepare the content in the asked type.