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

x/clone/deps.ts>fs.ExpandGlobOptions

A simple utility for the convenient clone
Go to Latest
interface fs.ExpandGlobOptions
implements GlobOptions
import { type fs } from "https://deno.land/x/clone@v1.0.4/deps.ts";
const { ExpandGlobOptions } = fs;

Properties

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