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

    Deprecated

    Use unwrapOption instead.

    Type Parameters

    • T

    Parameters

    Returns Nullable<T>

Generated using TypeDoc