Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mesozoic/lib/sourceFileBag.ts>SourceFileBag#find

A generic build system for Deno web apps
Go to Latest
method SourceFileBag.prototype.find
import { SourceFileBag } from "https://deno.land/x/mesozoic@v1.0.0-alpha.7/lib/sourceFileBag.ts";

Parameters

predicate: (file: ISource) => boolean