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

x/bundler/deps.ts>fs.WalkOptions

A Bundler with the web in mind.
Go to Latest
interface fs.WalkOptions
import { type fs } from "https://deno.land/x/bundler@0.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[]