• Test if the given value is undefined.

    Type Parameters

    • T

      The generic type of the value being tested.

    Parameters

    • value: undefined | T

      The value to test.

    Returns value is T

    True if the value is not undefined, otherwise false.