UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

7 lines 285 B
import Unary from './Unary'; import type Attribute from '../attributes/Attribute'; export default class UnaryOperation extends Unary { readonly operator: string; constructor(operator: string, operand: number | string | Attribute); } //# sourceMappingURL=UnaryOperation.d.ts.map