Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/drake/tests/deps.ts>path.GlobToRegExpOptions

Drake is a make-like task runner for Deno.
Latest
type alias path.GlobToRegExpOptions
import { type path } from "https://deno.land/x/drake@v1.7.0/tests/deps.ts";
const { GlobToRegExpOptions } = path;
definition: GlobOptions & { os?: OSType; }