We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edfaee commit 5e6c27dCopy full SHA for 5e6c27d
docs/types/index.d.ts
@@ -47,7 +47,7 @@ type Unary<T, V> = ( this: V, indices: Array<number> ) => T;
47
type Callback<T, V> = Nullary<T, V> | Unary<T, V>;
48
49
/**
50
-* Five-dimensional array.
+* Five-dimensional nested array.
51
*/
52
type Array5D<T> = Array<Array<Array<Array<Array<T>>>>>;
53
0 commit comments