UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 214 B
export { PutItemCommand } from './putItemCommand.js'; export type { PutItemResponse } from './putItemCommand.js'; export type { PutItemOptions } from './options.js'; export type { PutItemInput } from './types.js';