UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

8 lines (4 loc) 174 B
/** @internal */ /** */ import type Visitable from './Visitable' type VisitFunction<T> = (thing: Visitable | Visitable[] | null, col: T) => T export default VisitFunction