Add reject doc to `asyncFilter`

pull/28466/head
Florian Duros 2024-11-18 18:15:55 +01:00
parent 3c45b953c0
commit 72eddef76c
No known key found for this signature in database
GPG Key ID: A5BBB4041B493F15
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ export async function asyncSomeParallel<T>(
/**
* Async version of Array.filter.
* If one of the promises rejects, the whole operation will reject.
* @param values
* @param predicate
*/