Skip to main content
Module

x/glob_filter/mod.ts>EvaluateGlobsParams

Check if a glob matches a file path
Latest
interface EvaluateGlobsParams
implements ConfigOptions
import { type EvaluateGlobsParams } from "https://deno.land/x/glob_filter@1.0.0/mod.ts";

Properties

file: string

The file to be evaluated

glob: GlobData

The globs the file is to be tested by