UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 181 B
export { DeleteItemCommand } from './deleteItemCommand.js'; export type { DeleteItemResponse } from './deleteItemCommand.js'; export type { DeleteItemOptions } from './options.js';