UNPKG

@hv-kit/hexpress

Version:

facilitates typescript backend development with express

85 lines 2.06 kB
import { Sequelize } from 'sequelize'; export declare const operatorsAliases: { $and: symbol; $or: symbol; $eq: symbol; $ne: symbol; $is: symbol; $not: symbol; $col: symbol; $gt: symbol; $gte: symbol; $lt: symbol; $lte: symbol; $between: symbol; $notBetween: symbol; $all: symbol; $in: symbol; $notIn: symbol; $like: symbol; $notLike: symbol; $startsWith: symbol; $endsWith: symbol; $substring: symbol; $iLike: symbol; $notILike: symbol; $regexp: symbol; $notRegexp: symbol; $iRegexp: symbol; $notIRegexp: symbol; $any: symbol; $match: symbol; $contains: symbol; $contained: symbol; $overlap: symbol; $adjacent: symbol; $strictLeft: symbol; $strictRight: symbol; $noExtendRight: symbol; $noExtendLeft: symbol; }; export declare const sequelizeInit: Sequelize; declare const _default: { operatorsAliases: { $and: symbol; $or: symbol; $eq: symbol; $ne: symbol; $is: symbol; $not: symbol; $col: symbol; $gt: symbol; $gte: symbol; $lt: symbol; $lte: symbol; $between: symbol; $notBetween: symbol; $all: symbol; $in: symbol; $notIn: symbol; $like: symbol; $notLike: symbol; $startsWith: symbol; $endsWith: symbol; $substring: symbol; $iLike: symbol; $notILike: symbol; $regexp: symbol; $notRegexp: symbol; $iRegexp: symbol; $notIRegexp: symbol; $any: symbol; $match: symbol; $contains: symbol; $contained: symbol; $overlap: symbol; $adjacent: symbol; $strictLeft: symbol; $strictRight: symbol; $noExtendRight: symbol; $noExtendLeft: symbol; }; sequelizeInit: Sequelize; }; export default _default; //# sourceMappingURL=db.d.ts.map