Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface ExpandGlobOptions
implements Omit<GlobOptions, "os">
import { type ExpandGlobOptions } from "https://deno.land/std@0.81.0/fs/expand_glob.ts";

Properties

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