@testcontainers/redpanda
Version:
Redpanda module for Testcontainers
7 lines • 543 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StartedRedpandaContainer = exports.RedpandaContainer = void 0;
var redpanda_container_1 = require("./redpanda-container");
Object.defineProperty(exports, "RedpandaContainer", { enumerable: true, get: function () { return redpanda_container_1.RedpandaContainer; } });
Object.defineProperty(exports, "StartedRedpandaContainer", { enumerable: true, get: function () { return redpanda_container_1.StartedRedpandaContainer; } });
//# sourceMappingURL=index.js.map