dynamodb-toolbox
Version:
Lightweight and type-safe query builder for DynamoDB and TypeScript.
8 lines (7 loc) • 471 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetTransaction = exports.execute = void 0;
var execute_js_1 = require("./execute.js");
Object.defineProperty(exports, "execute", { enumerable: true, get: function () { return execute_js_1.execute; } });
var index_js_1 = require("./getTransaction/index.js");
Object.defineProperty(exports, "GetTransaction", { enumerable: true, get: function () { return index_js_1.GetTransaction; } });