UNPKG

json-schema-to-zod

Version:

Converts JSON schema objects or files into Zod schemas

8 lines (7 loc) 195 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseNull = void 0; const parseNull = (_schema) => { return "z.null()"; }; exports.parseNull = parseNull;