Skip to main content
Module

std/fs/mod.ts>walkSync

The Deno Standard Library
Go to Latest
function walkSync
Re-export
import { walkSync } from "https://deno.land/std@0.222.1/fs/mod.ts";

Same as walk but uses synchronous ops

Parameters

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

Returns

IterableIterator<WalkEntry>