Type Alias UnwrapOk<T, Default>

UnwrapOk: T extends Result<infer U> ? U : Default

Type Parameters

  • T
  • Default = T