UNPKG

@testcontainers/scylladb

Version:
7 lines 531 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StartedScyllaContainer = exports.ScyllaContainer = void 0; var scylladb_container_1 = require("./scylladb-container"); Object.defineProperty(exports, "ScyllaContainer", { enumerable: true, get: function () { return scylladb_container_1.ScyllaContainer; } }); Object.defineProperty(exports, "StartedScyllaContainer", { enumerable: true, get: function () { return scylladb_container_1.StartedScyllaContainer; } }); //# sourceMappingURL=index.js.map