UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

10 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Unary_1 = require("./Unary"); class With extends Unary_1.default { get children() { return this.expr; } } exports.default = With; //# sourceMappingURL=With.js.map