Skip to main content
Module

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

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function walk
import { walk } from "https://deno.land/x/netzo@0.5.14/cli/src/utils/mod.ts";

Parameters

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

Returns

Promise<Record<string, ManifestEntry>>