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

x/capi/deps/std/fs.ts>WalkOptions

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface WalkOptions
import { type WalkOptions } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/fs.ts";

Properties

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