Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function walkSync
import { walkSync } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/fs/walk.ts";

Same as walk() but uses synchronous ops

Parameters

root: string
optional
unnamed 1: WalkOptions = [UNSUPPORTED]

Returns

IterableIterator<WalkEntry>