Function isNotPresent

  • Checks whether the given value is not present.

    This is a direct opposite to ().

    Type Parameters

    • T

      Type of the present value.

    Parameters

    • value: undefined | null | T

      A value to check.

    Returns value is undefined | null

    true when the given value is null or undefined, or false otherwise.

Generated using TypeDoc