The type of the object values.
The object to iterate over.
An async function that tests each property.
Optionaloptions: PickOptions<T>Configuration options, including concurrency limit.
A cancellable handle that resolves to an object with picked properties.
Creates an object composed of properties for which the predicate returns truthy. Similar to filter but returns an object instead of an array.