Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hex/src/web/deps.ts>fsWalk.walkSync

An ecosystem delivering practices, philosophy and portability.
Go to Latest
function fsWalk.walkSync
import { fsWalk } from "https://deno.land/x/hex@0.5.15/src/web/deps.ts";
const { walkSync } = fsWalk;

Same as walk() but uses synchronous ops

Parameters

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

Returns

IterableIterator<WalkEntry>