Skip to main content
Module

x/servest/vendor/https/deno.land/std/fs/expand_glob.ts>ExpandGlobOptions

🌾A progressive http server for Deno🌾
Latest
interface ExpandGlobOptions
implements Omit<GlobOptions, "os">
import { type ExpandGlobOptions } from "https://deno.land/x/servest@v1.3.4/vendor/https/deno.land/std/fs/expand_glob.ts";

Properties

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