Skip to content

Commit 57abc8e

Browse files
committed
Add iterable typedef
1 parent 0cd0db7 commit 57abc8e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tools/docs/jsdoc/typedefs/objects.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,11 @@
7979
*
8080
* @see [Iteration protocols]{@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}
8181
*/
82+
83+
/**
84+
* An iterable protocol-compliant object.
85+
*
86+
* @typeof {Object} Iterable
87+
*
88+
* @see [Iteration protocols]{@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}
89+
*/

0 commit comments

Comments
 (0)