UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 258 B
export { Table, TableAction } from './table.js'; export type { TableSendableAction } from './table.js'; export { $entities } from './constants.js'; export type { IndexableKeyType, Index, LocalIndex, GlobalIndex, Key, TableMetadata } from './types/index.js';