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

6 lines
115 B
JavaScript
Raw Normal View History

2024-10-02 20:15:21 +00:00
export function parseUndefinedDef() {
return {
not: {},
};
}
//# sourceMappingURL=undefined.mjs.map