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

x/actionify/src/deps/fs.ts>ExpandGlobOptions

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface ExpandGlobOptions
implements Omit<GlobOptions, "os">
import { type ExpandGlobOptions } from "https://deno.land/x/actionify@0.3.0/src/deps/fs.ts";

Properties

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