We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c4570 commit d9e688aCopy full SHA for d9e688a
src/functions.ts
@@ -304,7 +304,7 @@ export async function ensureNonEmptyAsyncIterable<T>(value: AsyncIterable<T> | I
304
*
305
* @param value - The value to inspect.
306
307
- * @returns A restartable iterable containing all values, or `false` if the input was not iterable or contained no
+ * @returns A restartable iterable containing all values, or `undefined` if the input was not iterable or contained no
308
* items.
309
310
* @example
0 commit comments