UNPKG

json-schema-to-zod

Version:

Converts JSON schema objects or files into Zod schemas

8 lines (7 loc) 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.half = void 0; const half = (arr) => { return [arr.slice(0, arr.length / 2), arr.slice(arr.length / 2)]; }; exports.half = half;