Skip to main content
Deno 2 is finally 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.38.0/fs/walk.ts";

Properties

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