UNPKG

relax-orm

Version:
4 lines (3 loc) 274 B
import { ITableAttr } from '../interface/table-attribute.interface'; import { MapperObject, WhereOptions } from '../interface/where.interface'; export declare function parseWhere<T>(whereOptions: WhereOptions<T>, cols: ITableAttr, binds: MapperObject, op?: Symbol): string;