UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 188 B
export { schemaZodParser } from './schema.js'; export { itemZodParser } from './item.js'; export type { ZodParser } from './schema.js'; export type { ZodParserOptions } from './types.js';