SAP Cloud SDK for JavaScript - v4.8.0
    Preparing search index...

    Function isNullish

    • Checks whether a value is either null or undefined.

      Parameters

      • val: any

        Value to check.

      Returns val is null | undefined

      true for null or undefined, false otherwise.