UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

6 lines 213 B
import As from '../nodes/As'; import SQLLiteral from '../nodes/SQLLiteral'; export default abstract class AliasPredication { as(other: string | SQLLiteral): As; } //# sourceMappingURL=AliasPredication.d.ts.map