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