UNPKG

json-schema-to-zod

Version:

Converts JSON schema objects or files into Zod schemas

4 lines (3 loc) 104 B
export const half = (arr) => { return [arr.slice(0, arr.length / 2), arr.slice(arr.length / 2)]; };