UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 295 B
export { BatchWriteCommand } from './batchWriteCommand.js'; export type { BatchWriteCommandOptions, IBatchWriteRequest, RequestEntities } from './batchWriteCommand.js'; export { execute } from './execute.js'; export type { ExecuteBatchWriteInput, ExecuteBatchWriteOptions } from './execute.js';