effect-io-ai

Package: effect
Module: Brand

Brand.Brand.Unbranded

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