We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd0db7 commit 57abc8eCopy full SHA for 57abc8e
1 file changed
tools/docs/jsdoc/typedefs/objects.js
@@ -79,3 +79,11 @@
79
*
80
* @see [Iteration protocols]{@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}
81
*/
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