The type of the object values.
The object to iterate over.
An async function that tests each property.
Optionaloptions: OmitOptions<T>Configuration options, including concurrency limit.
A cancellable handle that resolves to an object with remaining properties.
Creates an object composed of properties for which the predicate returns falsy. The inverse of pick - excludes properties where predicate returns true.