Appearance
Exclude undefined from set T.
import type { NonUndefined } from '@utype/core' // Expect: string type Ref = NonUndefined<string | undefined>