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