Skip to content

Commit d5380f7

Browse files
committed
Add note
1 parent 6a3e9e1 commit d5380f7

File tree

1 file changed

+4
-0
lines changed
  • lib/node_modules/@stdlib/iter/empty/docs/types

1 file changed

+4
-0
lines changed

lib/node_modules/@stdlib/iter/empty/docs/types/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ type Iterator = Iter | IterableIterator;
2828
/**
2929
* Returns an empty iterator.
3030
*
31+
* ## Notes
32+
*
33+
* - If an environment supports `Symbol.iterator`, the returned iterator is iterable.
34+
*
3135
* @returns iterator
3236
*
3337
* @example

0 commit comments

Comments
 (0)