Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/zipjs/index.d.ts>FS

JavaScript library to zip and unzip files in the browser and Deno
Go to Latest
class FS
extends ZipDirectoryEntry
import { FS } from "https://deno.land/x/zipjs@v2.4.25/index.d.ts";

Properties

root: ZipDirectoryEntry

Methods

find(fullname: string): ZipEntry
getById(id: number): ZipEntry
move(entry: ZipEntry, destination: ZipDirectoryEntry): void
remove(entry: ZipEntry): void