Module

x/fresh/tests/deps.ts>fs.ExpandGlobOptions

The next-gen web framework.
Extremely Popular
Go to Latest
interface fs.ExpandGlobOptions
implements Omit<GlobOptions, "os">
import { type fs } from "https://dotland.deno.dev/x/fresh@1.5.2/tests/deps.ts";
const { ExpandGlobOptions } = fs;

Properties

optional
root: string
optional
exclude: string[]
optional
includeDirs: boolean