Helpful
    Preparing search index...

    Function pickDefined

    • An alias to pickBy with a predicate of (_, v) => v != null.

      Type Parameters

      • T = unknown

      Parameters

      • target: object

        The target object to reduce.

      Returns PickResult<T>

      The reduced object.