Module

x/zipjs/index.d.ts>FS#remove

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
method FS.prototype.remove
import { FS } from "https://dotland.deno.dev/x/zipjs@v2.6.31/index.d.ts";

Removes a ZipEntry instance and its children

Parameters

entry: ZipEntry

The ZipEntry instance to remove.