UNPKG

@testcontainers/chromadb

Version:
7 lines 543 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StartedChromaDBContainer = exports.ChromaDBContainer = void 0; var chromadb_container_1 = require("./chromadb-container"); Object.defineProperty(exports, "ChromaDBContainer", { enumerable: true, get: function () { return chromadb_container_1.ChromaDBContainer; } }); Object.defineProperty(exports, "StartedChromaDBContainer", { enumerable: true, get: function () { return chromadb_container_1.StartedChromaDBContainer; } }); //# sourceMappingURL=index.js.map