agsamantha/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.mjs

5 lines
174 B
JavaScript
Raw Normal View History

2024-10-02 20:15:21 +00:00
import { parseDef } from "../parseDef.mjs";
export const parseCatchDef = (def, refs) => {
return parseDef(def.innerType._def, refs);
};
//# sourceMappingURL=catch.mjs.map