UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 190 B
export type { Key, KeyType, KeyTypeValue, KeyValue } from './key.js'; export type { Index, LocalIndex, GlobalIndex } from './indexes.js'; export type { TableMetadata } from './metadata.js';