Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.13.2/deps/fs.ts";

Properties

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