We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3e9e1 commit d5380f7Copy full SHA for d5380f7
lib/node_modules/@stdlib/iter/empty/docs/types/index.d.ts
@@ -28,6 +28,10 @@ type Iterator = Iter | IterableIterator;
28
/**
29
* Returns an empty iterator.
30
*
31
+* ## Notes
32
+*
33
+* - If an environment supports `Symbol.iterator`, the returned iterator is iterable.
34
35
* @returns iterator
36
37
* @example
0 commit comments