Function isUndefined

  • Checks whether the given value is undefined.

    This is a direct opposite to isDefined.

    Type Parameters

    • T

      Type of the defined value.

    Parameters

    • value: undefined | T

      A value to check.

    Returns value is undefined

    true when value === undefined, or false otherwise.

Generated using TypeDoc