Skip to main content
Module

x/glob_filter/mod.ts>GlobData

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

Properties

match: (string | RegExp)[] | string | RegExp
ignore: (string | RegExp)[] | string | RegExp