The array-like object to filter
Async function that tests each element
Optionaloptions: { simultaneous?: number }Optional configuration object
Optional Readonlysimultaneous?: numberMaximum number of predicates to run simultaneously (default: 1)
Filter an ArrayLike with an asynchronous predicate.
Runs the predicate across all elements, then filters the elements by the booleans resolved by the predicate.