• Test if the given value is nullish.

    Type Parameters

    • T

      The generic type of the value being tested.

    Parameters

    Returns value is T

    True if the value is not nullish, otherwise false.