@arizeai/phoenix-client
Version:
A client for the Phoenix API
13 lines • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.schemaMatches = void 0;
/**
* Zod utility to check if a schema is defined correctly against a given type
*
* @see https://github.com/colinhacks/zod/issues/372#issuecomment-2445439772
*/
const schemaMatches = () => (schema) => {
return schema;
};
exports.schemaMatches = schemaMatches;
//# sourceMappingURL=schemaMatches.js.map