Skip to main content
Module

x/apex_core/index.ts>ast.VisitorCallback

JavaScript / Node.js support for the Apex language
Latest
type alias ast.VisitorCallback
import { type ast } from "https://deno.land/x/apex_core@v0.1.5/index.ts";
const { VisitorCallback } = ast;
definition: (_context: Context) => void