Skip to main content
Module

x/jszip/mod.ts>JSZip#remove

A JSZip wrapper for handling zipfiles in deno
Latest
method JSZip.prototype.remove
import { JSZip } from "https://deno.land/x/jszip@0.11.0/mod.ts";

Removes the file or folder from the archive

Parameters

path: string

Relative path of file or folder

Returns

Returns the JSZip instance