UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

8 lines (7 loc) 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.execute = exports.BatchWriteCommand = void 0; var batchWriteCommand_js_1 = require("./batchWriteCommand.js"); Object.defineProperty(exports, "BatchWriteCommand", { enumerable: true, get: function () { return batchWriteCommand_js_1.BatchWriteCommand; } }); var execute_js_1 = require("./execute.js"); Object.defineProperty(exports, "execute", { enumerable: true, get: function () { return execute_js_1.execute; } });