UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 290 B
export { BatchGetCommand } from './batchGetCommand.js'; export type { BatchGetCommandOptions, IBatchGetRequest } from './batchGetCommand.js'; export { execute } from './execute.js'; export type { ExecuteBatchGetInput, ExecuteBatchGetOptions, ExecuteBatchGetResponses } from './execute.js';