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

    Function unwrapSome

    • Unwraps the value of an Option of type T. If the option is a Some, it returns its value, Otherwise, it returns null.

      Type Parameters

      • T

      Parameters

      Returns Nullable<T>

      Use unwrapOption instead.