agsamantha/node_modules/openai/_vendor/zod-to-json-schema/parsers/any.js
2024-10-02 15:15:21 -05:00

8 lines
No EOL
215 B
JavaScript

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