Skip to content

True Myth / maybe / Unwrapped

Type Alias: Unwrapped<T>

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

Type Parameters

T

T