Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/enviromodder/setup/deps.ts>fs.walkSync

A package (in beta) designed to make ReMapper environment statements more friendly
Go to Latest
function fs.walkSync
Re-export
import { fs } from "https://deno.land/x/enviromodder@1.3.2/setup/deps.ts";
const { walkSync } = fs;

Same as walk() but uses synchronous ops

Parameters

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

Returns

IterableIterator<WalkEntry>