UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 289 B
export { execute } from './execute.js'; export type { ExecuteTransactGetInput, ExecuteTransactGetOptions, ExecuteTransactGetResponses } from './execute.js'; export { GetTransaction } from './getTransaction/index.js'; export type { GetTransactionOptions } from './getTransaction/index.js';