import * as mod from "https://deno.land/std@0.135.0/fs/walk.ts";
Functions
Create WalkEntry for the | |
Create WalkEntry for the | |
f walk | 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 |