Umi — API References - v1.3.0
    Preparing search index...

    Function unwrapOption

    • Unwraps the value of an Option of type T or returns a fallback value that defaults to null.

      Type Parameters

      • T

      Parameters

      Returns Nullable<T>

    • Unwraps the value of an Option of type T or returns a fallback value that defaults to null.

      Type Parameters

      • T
      • U

      Parameters

      Returns T | U