Recursively walks through a directory and yields information about each file and directory encountered.
Walk entry for walk, walkSync, expandGlob and expandGlobSync.
walk
walkSync
expandGlob
expandGlobSync
Options for walk and walkSync.
Add Package
deno add jsr:@std/fs
Import symbol
import * as mod from "@std/fs/walk";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@std/fs/walk";