Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias Visitor
import { type Visitor } from "https://deno.land/x/frugal@0.2.1/packages/dependency_graph/visitor.ts";
definition: [K in `visit${NODE["type"]}`]?: (node: NODE) => void & { all?: (node: NODE) => void; }