• Create a shallow copy of the given object, that contains all entries with non-nullish values.

    Returns

    • A filtered object containing only keys with non-nullish values.

    Type Parameters

    • T extends Record<string, any>

    Parameters

    • Optional obj: T

      An object to pick from.

    Returns Partial<T>

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