Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/enviromodder/setup/deps.ts>fs.ExpandGlobOptions

MapLock is a module for remapper which is definitely not a nootils clone :)
Go to Latest
interface fs.ExpandGlobOptions
implements Omit<GlobOptions, "os">
import { type fs } from "https://deno.land/x/enviromodder@1.0.51/setup/deps.ts";
const { ExpandGlobOptions } = fs;

Properties

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