Function fromNullish

  • Consruct a Maybe from a value that is potentially null or undefined.

    Type Parameters

    • T

    Parameters

    • val: undefined | null | T

    Returns Maybe<T>

Generated using TypeDoc