• Checks if the item is null or undefined.

    Parameters

    • item: unknown

      The value to check.

    Returns item is undefined | null

    True if the item is null or undefined, false otherwise.