Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fsrouter/private/deps/std/fs.ts>WalkOptions

A file system based router for Deno.
Go to Latest
interface WalkOptions
import { type WalkOptions } from "https://deno.land/x/fsrouter@2.8.0/private/deps/std/fs.ts";

Properties

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