Package: effect Module: Brand
effect
Brand
A utility type to extract the unbranded value type from a brand.
Signature
type Unbranded<B> = B extends infer U & Brands<B> ? U : B
Source
Since v2.0.0