Skip to main content
Module

x/ogone/deps/walk.ts

Advanced Web Composition for Future
Latest
import * as ogone from "https://deno.land/x/ogone@revb3/deps/walk.ts";

Functions

Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. The files are walked in lexical order, which makes the output deterministic but means that for very large directories walk() can be inefficient.

Same as walk() but uses synchronous ops