UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

8 lines (4 loc) 146 B
import type TableAlias from '../nodes/TableAlias' import type Table from '../Table' type Relation = Table | TableAlias export default Relation