UNPKG

@testcontainers/redis

Version:
7 lines 513 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StartedRedisContainer = exports.RedisContainer = void 0; var redis_container_1 = require("./redis-container"); Object.defineProperty(exports, "RedisContainer", { enumerable: true, get: function () { return redis_container_1.RedisContainer; } }); Object.defineProperty(exports, "StartedRedisContainer", { enumerable: true, get: function () { return redis_container_1.StartedRedisContainer; } }); //# sourceMappingURL=index.js.map