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