agsamantha/node_modules/openai/_vendor/zod-to-json-schema/parsers/undefined.js

10 lines
267 B
JavaScript
Raw Normal View History

2024-10-02 20:15:21 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseUndefinedDef = void 0;
function parseUndefinedDef() {
return {
not: {},
};
}
exports.parseUndefinedDef = parseUndefinedDef;
//# sourceMappingURL=undefined.js.map