@env0/dynamo-easy
Version:
DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
12 lines • 522 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
/**
* @module multi-model-requests/transact-write
*/
tslib_1.__exportStar(require("./transact-condition-check"), exports);
tslib_1.__exportStar(require("./transact-delete"), exports);
tslib_1.__exportStar(require("./transact-put"), exports);
tslib_1.__exportStar(require("./transact-update"), exports);
tslib_1.__exportStar(require("./transact-write.request"), exports);
//# sourceMappingURL=public-api.js.map