import { fs } from "https://deno.land/x/ter@0.15.51/deps/std.ts";
const { walkSync } = fs;
Same as walk() but uses synchronous ops
Parameters
root: string | URL
optional
unnamed 1: WalkOptions = [UNSUPPORTED]import { fs } from "https://deno.land/x/ter@0.15.51/deps/std.ts";
const { walkSync } = fs;
Same as walk() but uses synchronous ops