Appearance
Compare whether two types are equal.
import type { Equal } from '@utype/shared' // Expect: false type Case = Equal<string, number>