UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

5 lines 157 B
import Case from '../nodes/Case'; export default abstract class WhenPredication { when(other: any): Case; } //# sourceMappingURL=WhenPredication.d.ts.map