Module

x/zipjs/index.d.ts>TextWriter

JavaScript library to zip and unzip files in the browser and Deno
Go to Latest
class TextWriter
extends Writer<string>
import { TextWriter } from "https://dotland.deno.dev/x/zipjs@v2.6.7/index.d.ts";

Constructors

new
TextWriter(encoding?: string)