Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/xWalk.ts>walkSync

🚀 (Deno) enhanced executor
Latest
function walkSync
import { walkSync } from "https://deno.land/x/dxx@rf/src/lib/xWalk.ts";

Same as walk() but uses synchronous ops

Parameters

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

Returns

IterableIterator<WalkEntry>