Helpful
    Preparing search index...
    • A function that reduces an object to keys and values that match a predicate.

      Type Parameters

      • T = unknown

      Parameters

      • predicate: PickPredicate

        The predicate to match the key and value against.

      • target: object

        The object to reduce.

      Returns PickResult<T>

      A reduced object that only contains key-value pairs that match the predicate.