Type Alias UnwrapOption<T, Default>

UnwrapOption: T extends Option<infer U> ? U : Default

Type Parameters

  • T
  • Default = T