Module

x/jszip/types.ts>OutputByType

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

Properties

base64: string
text: string
string: string
binarystring: string
array: number[]
uint8array: Uint8Array
arraybuffer: ArrayBuffer
blob: Blob