UNPKG

testcontainers-dynamodb

Version:

Testcontainers DynamoDB is a NodeJS library that supports tests, providing lightweight, throwaway instances of DynamoDB local database

8 lines 597 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StartedDynamoDBContainer = exports.DynamoDBContainer = void 0; var DynamoDBContainer_1 = require("./DynamoDBContainer"); Object.defineProperty(exports, "DynamoDBContainer", { enumerable: true, get: function () { return DynamoDBContainer_1.DynamoDBContainer; } }); var DynamoDBContainer_2 = require("./DynamoDBContainer"); Object.defineProperty(exports, "StartedDynamoDBContainer", { enumerable: true, get: function () { return DynamoDBContainer_2.StartedDynamoDBContainer; } }); //# sourceMappingURL=index.js.map