Add reject doc to asyncFilter

This commit is contained in:
Florian Duros
2024-11-18 18:15:55 +01:00
parent 3c45b953c0
commit 72eddef76c

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
*/