UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 236 B
export type { Key } from './key.js'; export type { IndexableKeyType, ResolveIndexableKeyType } from './keyType.js'; export type { Index, LocalIndex, GlobalIndex } from './indexes.js'; export type { TableMetadata } from './metadata.js';