agsamantha/node_modules/zod-to-json-schema/dist/cjs/parsers/undefined.js
2024-10-02 15:15:21 -05:00

9 lines
230 B
JavaScript

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