UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

7 lines 210 B
import Binary from './Binary'; export default class Equality<L = any, R = any> extends Binary<L, R> { operator: string; get operand1(): L; get operand2(): R; } //# sourceMappingURL=Equality.d.ts.map