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

x/fed_dev/deps.ts>fs.WalkOptions

A Bundler with the web in mind.
Latest
interface fs.WalkOptions
import { type fs } from "https://deno.land/x/fed_dev@0.9.0/deps.ts";
const { WalkOptions } = fs;

Properties

optional
maxDepth: number
optional
includeFiles: boolean
optional
includeDirs: boolean
optional
exts: string[]
optional
match: RegExp[]
optional
skip: RegExp[]