UNPKG

relax-orm

Version:
3 lines (2 loc) 201 B
import { MapperObject, PrimitiveTypes } from '../interface/where.interface'; export declare function parseIn(inValues: PrimitiveTypes[], propKey: string, colName: string, binds: MapperObject): string;