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

    Function pickValueIgnoreCase

    • Returns the value of an object based on the given key, independent of casing.

      Type Parameters

      • T extends Record<string, any>

      Parameters

      • obj: undefined | T

        Object to be searched for the given key.

      • key: string

        Key of the value to pick.

      Returns any

      The value of for the given key or undefined, if not available.

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