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

x/sandbox/deps.ts>fs.WalkOptions

🦕 Create a temporary sandbox directory which is removed when the instance is disposed
Go to Latest
interface fs.WalkOptions
import { type fs } from "https://deno.land/x/sandbox@v1.1.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[]