Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function walk
import { walk } from "https://deno.land/x/netzo@v0.2.19/cli/src/utils/walk.ts";

Parameters

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

Returns

Promise<Record<string, ManifestEntry>>