full site update
This commit is contained in:
5
node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
generated
vendored
5
node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
generated
vendored
@@ -1,5 +1,6 @@
|
||||
export function parseUndefinedDef() {
|
||||
import { parseAnyDef } from "./any.js";
|
||||
export function parseUndefinedDef(refs) {
|
||||
return {
|
||||
not: {},
|
||||
not: parseAnyDef(refs),
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user