Skip to main content
Module

x/dev_server/deps.ts>fs.walkSync

Feel free to import TypeScript files in the script tag!
Latest
function fs.walkSync
Re-export
import { fs } from "https://deno.land/x/dev_server@v1.0.0-rc4/deps.ts";
const { walkSync } = fs;

Same as walk() but uses synchronous ops

Parameters

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

Returns

IterableIterator<WalkEntry>