Files
dealplustech/dealplustech-astro/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
2026-03-02 12:35:14 +07:00

5 lines
139 B
JavaScript

import { parseDef } from "../parseDef.js";
export const parseCatchDef = (def, refs) => {
return parseDef(def.innerType._def, refs);
};