UNPKG

redis-orm-node

Version:

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

7 lines 198 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityClass = void 0; class EntityClass { } exports.EntityClass = EntityClass; //# sourceMappingURL=Entity.js.map