unwrap
unwrap<
K,T>(branded):T
Defined in: Types/Brand.ts:50
Strips the brand and returns the underlying value. Since Brand<K, T> extends T this is rarely needed, but can improve readability.
Type Parameters
Section titled “Type Parameters”K extends string
T
Parameters
Section titled “Parameters”branded
Section titled “branded”Brand<K, T>
Returns
Section titled “Returns”T