Skip to main content
Module

x/lume/deps/fs.ts>ExpandGlobOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface ExpandGlobOptions
implements Omit<GlobOptions, "os">
import { type ExpandGlobOptions } from "https://deno.land/x/lume@v1.15.2/deps/fs.ts";

Properties

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