Skip to main content
Module

x/pgsql_ast_parser/ast-visitor.ts>IAstFullVisitor

Yet another simple Postgres SQL parser
Go to Latest
type alias IAstFullVisitor
import { type IAstFullVisitor } from "https://deno.land/x/pgsql_ast_parser@10.5.2/ast-visitor.ts";
definition: [key in keyof IAstPartialVisitor]-?: IAstPartialVisitor[key]