UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

5 lines 217 B
/** @internal */ /** */ import type Visitable from './Visitable'; type VisitFunction<T> = (thing: Visitable | Visitable[] | null, col: T) => T; export default VisitFunction; //# sourceMappingURL=VisitFunction.d.ts.map