Files
pyrofetes-frontend/node_modules/zod-to-json-schema/dist/cjs/parsers/undefined.js
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

11 lines
301 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseUndefinedDef = void 0;
const any_js_1 = require("./any.js");
function parseUndefinedDef(refs) {
return {
not: (0, any_js_1.parseAnyDef)(refs),
};
}
exports.parseUndefinedDef = parseUndefinedDef;