UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

8 lines (6 loc) 160 B
import Concat from '../nodes/Concat' export default abstract class ConcatPredication { concat(other: any): Concat { return new Concat(this, other) } }