Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gustwind/server-deps.ts>fs.ExpandGlobOptions

🐳💨 – Deno powered site creator
Go to Latest
interface fs.ExpandGlobOptions
implements Omit<GlobOptions, "os">
import { type fs } from "https://deno.land/x/gustwind@v0.61.0/server-deps.ts";
const { ExpandGlobOptions } = fs;

Properties

optional
root: string
optional
exclude: string[]
optional
includeDirs: boolean
optional
canonicalize: boolean = true

Indicates whether the followed symlink's path should be canonicalized. This option works only if followSymlinks is not false.