UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 166 B
export { GetItemCommand } from './getItemCommand.js'; export type { GetItemResponse } from './getItemCommand.js'; export type { GetItemOptions } from './options.js';