UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

8 lines 252 B
import Case from '../nodes/Case'; import buildQuoted from '../nodes/buildQuoted'; export default class WhenPredication { when(other) { return new Case(this).when(buildQuoted(other, this)); } } //# sourceMappingURL=WhenPredication.js.map