agsamantha/node_modules/zod-to-json-schema/dist/cjs/parsers/any.js

8 lines
184 B
JavaScript
Raw Normal View History

2024-10-02 20:15:21 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseAnyDef = void 0;
function parseAnyDef() {
return {};
}
exports.parseAnyDef = parseAnyDef;