Comparing Schema Types in Effect Typescript

hi, how do i compare two schema if they are same or not?

const schema = Schema.Never

if (/* schema is Schema.Never or some type*/) {}
Was this page helpful?