UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

9 lines (5 loc) 212 B
/** @internal */ /** */ import type BindParam from './BindParam' import type SQLLiteral from './SQLLiteral' type ValuesListRowValue = number | string | BindParam | SQLLiteral export default ValuesListRowValue