@sequeljs/ast
Version:
A SQL AST manager for JavaScript
11 lines • 388 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const Case_1 = require("../nodes/Case");
const buildQuoted_1 = require("../nodes/buildQuoted");
class WhenPredication {
when(other) {
return new Case_1.default(this).when((0, buildQuoted_1.default)(other, this));
}
}
exports.default = WhenPredication;
//# sourceMappingURL=WhenPredication.js.map