UNPKG

redis-orm-node

Version:

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

3 lines (2 loc) 172 B
import { EntityOptions } from "../types/Entity"; export declare function Entity<T extends new (...args: any[]) => object>(option: EntityOptions): (constructor: T) => void;