UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

9 lines 278 B
/** * Zod utility to check if a schema is defined correctly against a given type * * @see https://github.com/colinhacks/zod/issues/372#issuecomment-2445439772 */ export const schemaMatches = () => (schema) => { return schema; }; //# sourceMappingURL=schemaMatches.js.map