Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TreeOptions

import type { TreeOptions } from "https://gist.githubusercontent.com/kawarimidoll/c6f1c1007370b00bd4d345525490cdb8/raw/3b503bdc0bd64bef99a312cadfde2b1b6532ff52/tree.ts";
interface TreeOptions {
exts?: string[];
followSymlinks?: boolean;
includeFiles?: boolean;
match?: RegExp[];
maxDepth?: number;
skip?: RegExp[];
}

§Properties

§
exts?: string[]
[src]
§
includeFiles?: boolean
[src]
§
match?: RegExp[]
[src]
§
maxDepth?: number
[src]