diff --git a/packages/it-parallel-batch/index.js b/packages/it-parallel-batch/index.js index b60dcd56..dade63cf 100644 --- a/packages/it-parallel-batch/index.js +++ b/packages/it-parallel-batch/index.js @@ -17,7 +17,7 @@ const batch = require('it-batch') * in the same order as the input * * @template T - * @param {AsyncIterable<() => Promise>} source + * @param {AsyncIterable<() => Promise>|Iterable<() => Promise>} source * @param {number} [size=1] * @returns {AsyncIterable} */