UNPKG

redis-orm-node

Version:

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

4 lines (3 loc) 172 B
import "reflect-metadata"; import { PropertyOption } from "../types"; export declare function Property(option: PropertyOption): (target: any, propertyKey: string) => void;