Skip to main content
Module

std/fs/mod.ts>ExpandGlobOptions

Deno standard library
Go to Latest
interface ExpandGlobOptions
implements GlobOptions
import { type ExpandGlobOptions } from "https://deno.land/std@0.52.0/fs/mod.ts";

Properties

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