UNPKG

redis-orm-node

Version:

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

12 lines 420 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Property = void 0; require("reflect-metadata"); const internalStorage_1 = require("../internalStorage"); function Property(option) { return (target, propertyKey) => { internalStorage_1.internalStorage.pushColumnOptions(target, propertyKey, option); }; } exports.Property = Property; //# sourceMappingURL=Property.js.map