UNPKG

dynamodb-toolbox

Version:

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

3 lines (2 loc) 144 B
import { fromZodSchema } from './fromZodSchema.js'; export const fromZodOptional = (zodSchema) => fromZodSchema(zodSchema.unwrap()).optional();