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

x/denjucks/src/deps/path/std/fs/mod.ts>walkSync

Deno templating engine
Latest
function walkSync
Re-export
import { walkSync } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/fs/mod.ts";

Same as walk() but uses synchronous ops

Parameters

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

Returns

IterableIterator<WalkEntry>