agsamantha/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js

6 lines
77 B
JavaScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
export function parseUndefinedDef() {
return {
not: {},
};
}