Skip to main content
Module

x/deno/tools/release/deps.ts>dax.PathRef#walk

A modern runtime for JavaScript and TypeScript.
Latest
method dax.PathRef.prototype.walk
Re-export
import { dax } from "https://deno.land/x/deno@v1.41.0/tools/release/deps.ts";
const { PathRef } = dax;

Walks the file tree rooted at the current path, yielding each file or directory in the tree filtered according to the given options.

Parameters

optional
options: fs.WalkOptions

Returns

AsyncIterableIterator<WalkEntry>