Skip to main content
Module

x/tree/async.ts>default

Deno's library to traverse filesystem tree.
Latest
function default
import { default } from "https://deno.land/x/tree@0.3.1/async.ts";

Traverse a file system tree

Parameters

container: string

Root of the tree

deep: DeepFunc

Determine whether a particular directory should be explored

Returns

AsyncGenerator<Item, void, unknown>

An async iterator of Item