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

    Type Parameters

    • T

    Parameters

    Returns T | null

  • 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