Skip to content

True Myth / maybe / Unwrapped

Type Alias: Unwrapped<T>

Unwrapped<T> = T extends Maybe<infer U> ? U : T

Type Parameters

T

T