UNPKG

zod-to-json-schema

Version:
6 lines (5 loc) 83 B
export function parseBooleanDef() { return { type: "boolean", }; }