UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 165 B
export { IScanCommand, ScanCommand } from './scanCommand.js'; export type { ScanResponse } from './scanCommand.js'; export type { ScanOptions } from './options.js';