Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/fs/mod.ts>ExpandGlobOptions

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface ExpandGlobOptions
implements GlobOptions
import { type ExpandGlobOptions } from "https://deno.land/std@v0.40.0/fs/mod.ts";

Properties

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