UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

10 lines 267 B
import NodeExpression from './NodeExpression'; class Casted extends NodeExpression { constructor(value, attribute) { super(); this.attribute = attribute; this.value = value; } } export default Casted; //# sourceMappingURL=Casted.js.map