Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mesozoic/lib/sources/fileBag.ts>FileBag#filter

A generic build system for Deno web apps
Go to Latest
method FileBag.prototype.filter
import { FileBag } from "https://deno.land/x/mesozoic@v1.0.0-beta.1/lib/sources/fileBag.ts";

Parameters

predicate: (file: IFile) => boolean