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

6 lines
77 B
JavaScript
Raw Normal View History

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