UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 187 B
import { list } from '../../../schema/list/index.js'; import { fromZodSchema } from './fromZodSchema.js'; export const fromZodArray = (zodArray) => list(fromZodSchema(zodArray.element));