Skip to main content
Module

x/clone/deps.ts>fs.walkSync

A simple utility for the convenient clone
Latest
function fs.walkSync
Re-export
import { fs } from "https://deno.land/x/clone@v1.0.6/deps.ts";
const { walkSync } = fs;

Same as walk() but uses synchronous ops

Parameters

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

Returns

IterableIterator<WalkEntry>