Skip to content

Commit 2827ec0

Browse files
committed
Add ArrayArray typedef
1 parent 33fbc80 commit 2827ec0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/docs/jsdoc/typedefs/arrays.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@
9090
* @typedef {Array<Object>} ObjectArray
9191
*/
9292

93+
/**
94+
* An array containing only other arrays.
95+
*
96+
* @typedef {Array<Array>} ArrayArray
97+
*/
98+
9399
/**
94100
* An empty array.
95101
*

0 commit comments

Comments
 (0)