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

std/fs/walk.ts>WalkOptions

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface WalkOptions
import { type WalkOptions } from "https://deno.land/std@0.84.0/fs/walk.ts";

Properties

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