zents
Version:
ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.
9 lines • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.redis = void 0;
const enums_1 = require("../types/enums");
function redis(target, propertyKey) {
Reflect.defineMetadata(enums_1.REFLECT_METADATA.REDIS_CLIENT, propertyKey, target);
}
exports.redis = redis;
//# sourceMappingURL=redis.js.map