import { walk } from "https://deno.land/x/johnny_decimal@1.1.1/deps.ts";
Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options.
Parameters
root: string | URL
import { walk } from "https://deno.land/x/johnny_decimal@1.1.1/deps.ts";
Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options.