UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 236 B
export { BooleanSchema } from './schema.js'; export { boolean, BooleanSchema_ } from './schema_.js'; export type { ResolveBooleanSchema, ResolvedBooleanSchema } from './resolve.js'; export type { BooleanSchemaProps } from './types.js';