UNPKG

redis-orm-node

Version:

`redis-orm` is a lightweight Object-Relational Mapping (ORM) library for Node.js.

4 lines (3 loc) 241 B
import { Operators } from "../types/Operator"; import { SchemaPropertyType } from "../types/SchemaProperty"; export declare function OperatorMapper({ type, value }: Operators, propertyName: string, propertyType: SchemaPropertyType): string;