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

x/tui/tests/deps.ts>walkSync

🦕 Deno module for creating Terminal User Interfaces
Latest
function walkSync
import { walkSync } from "https://deno.land/x/tui@2.1.11/tests/deps.ts";

Same as walk() but uses synchronous ops

Parameters

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

Returns

IterableIterator<WalkEntry>