Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pagic/deps.ts>fs.WalkOptions

A static site generator powered by Deno + React
Go to Latest
interface fs.WalkOptions
import { type fs } from "https://deno.land/x/pagic@v1.6.2/deps.ts";
const { WalkOptions } = fs;

Properties

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