UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 200 B
export { schemaZodFormatter } from './schema.js'; export { itemZodFormatter } from './item.js'; export type { ZodFormatter } from './schema.js'; export type { ZodFormatterOptions } from './types.js';