Skip to main content
Module

x/create_react_app/deps.ts>fs.walkSync

Create React App with Deno
Latest
function fs.walkSync
Re-export
import { fs } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { walkSync } = fs;

Same as walk() but uses synchronous ops

Parameters

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

Returns

IterableIterator<WalkEntry>