UNPKG

relax-orm

Version:
3 lines (2 loc) 245 B
import { IFindOptions, MapperObject } from '../interface/where.interface'; export declare function parserLimitOffset(options: IFindOptions<any>, table: string, columns: string, whereOptions: string, orderString: string): [string, MapperObject];