UNPKG

redis-orm-node

Version:

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

12 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Operator = void 0; class Operator { constructor(value, type) { this.value = value; this.type = type; this["@instanceof"] = Symbol("operator"); } } exports.Operator = Operator; //# sourceMappingURL=Operator.js.map