• Checks whether a value is either null or undefined.

    Returns

    true for null or undefined, false otherwise.

    Parameters

    • val: any

      Value to check.

    Returns val is undefined | null

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.