UNPKG

dynamodb-toolbox

Version:

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

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