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

6 lines
107 B
JavaScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
export function parseNeverDef() {
return {
not: {},
};
}
//# sourceMappingURL=never.mjs.map