import * as mod from "https://deno.land/std@0.211.0/fs/walk.ts";
Functions
f walk | Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. |
Same as walk() but uses synchronous ops |
Interfaces
Walk entry for | |
Options for |