UNPKG

@sequeljs/ast

Version:

A SQL AST manager for JavaScript

6 lines 289 B
import AliasPredication from '../mixins/AliasPredication'; import applyMixins from '../mixins/applyMixins'; import SelectStatement from './SelectStatement'; applyMixins(SelectStatement, [AliasPredication]); export default SelectStatement; //# sourceMappingURL=SelectStatement.mixins.js.map