UNPKG

tedis

Version:

redis client for node.js with typescript and async

8 lines 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // core var tedis_1 = require("./core/tedis"); exports.Tedis = tedis_1.Tedis; var pool_1 = require("./core/pool"); exports.TedisPool = pool_1.TedisPool; //# sourceMappingURL=main.js.map