@mastra/core
Version:
21 lines (20 loc) • 647 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
let _mastra_schema_compat_schema = require("@mastra/schema-compat/schema");
Object.defineProperty(exports, "isStandardSchemaWithJSON", {
enumerable: true,
get: function() {
return _mastra_schema_compat_schema.isStandardSchemaWithJSON;
}
});
Object.defineProperty(exports, "standardSchemaToJSONSchema", {
enumerable: true,
get: function() {
return _mastra_schema_compat_schema.standardSchemaToJSONSchema;
}
});
Object.defineProperty(exports, "toStandardSchema", {
enumerable: true,
get: function() {
return _mastra_schema_compat_schema.toStandardSchema;
}
});