Skip to main content
Module

x/jszip/mod.ts>JSZip#filter

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

Get all files which match the given filter function

Parameters

predicate: (relativePath: string, file: JSZipObject) => boolean

Filter function

Returns

Array of matched elements