UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

5 lines 169 B
import Concat from '../nodes/Concat'; export default abstract class ConcatPredication { concat(other: any): Concat; } //# sourceMappingURL=ConcatPredication.d.ts.map