We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74ff5f commit cfc852bCopy full SHA for cfc852b
packages/it-parallel-batch/index.js
@@ -17,7 +17,7 @@ const batch = require('it-batch')
17
* in the same order as the input
18
*
19
* @template T
20
- * @param {AsyncIterable<() => Promise<T>>} source
+ * @param {AsyncIterable<() => Promise<T>>|Iterable<() => Promise<T>>} source
21
* @param {number} [size=1]
22
* @returns {AsyncIterable<T>}
23
*/
0 commit comments