8 lines
531 B
JavaScript
8 lines
531 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.zodOutputFormat = exports.jsonSchemaOutputFormat = void 0;
|
|
var json_schema_1 = require("./json-schema.js");
|
|
Object.defineProperty(exports, "jsonSchemaOutputFormat", { enumerable: true, get: function () { return json_schema_1.jsonSchemaOutputFormat; } });
|
|
var zod_1 = require("./zod.js");
|
|
Object.defineProperty(exports, "zodOutputFormat", { enumerable: true, get: function () { return zod_1.zodOutputFormat; } });
|
|
//# sourceMappingURL=index.js.map
|