Files
est-frame/node_modules/openai/_vendor/zod-to-json-schema/parsers/undefined.js
2025-10-22 05:38:27 +00:00

10 lines
267 B
JavaScript
Executable File

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseUndefinedDef = void 0;
function parseUndefinedDef() {
return {
not: {},
};
}
exports.parseUndefinedDef = parseUndefinedDef;
//# sourceMappingURL=undefined.js.map