UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 226 B
export { SchemaDTO, SchemaDTO as DTO } from './dto.js'; export { getSchemaDTO } from './getSchemaDTO/index.js'; export type { ISchemaDTO, ItemSchemaDTO, StringSchemaTransformerDTO, AnySchemaTransformerDTO } from './types.js';