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

    Returns

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

    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 | undefined

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