Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/cli/src/utils/walk.ts>walk

Netzo - roll out internal tools faster
Go to Latest
function walk
import { walk } from "https://deno.land/x/netzo@v0.1.80/cli/src/utils/walk.ts";

Parameters

cwd: string
dir: string
files: Map<string, string>
options: { include?: string[]; exclude?: string[]; }

Returns

Promise<Record<string, ManifestEntry>>