UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

10 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Concat_1 = require("../nodes/Concat"); class ConcatPredication { concat(other) { return new Concat_1.default(this, other); } } exports.default = ConcatPredication; //# sourceMappingURL=ConcatPredication.js.map