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

x/hex/src/web/deps.ts>fsWalk.WalkOptions

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface fsWalk.WalkOptions
import { type fsWalk } from "https://deno.land/x/hex@0.5.15/src/web/deps.ts";
const { WalkOptions } = fsWalk;

Properties

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