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 db17d2d commit 8d55a46Copy full SHA for 8d55a46
lib/node_modules/@stdlib/ndarray/base/flatten-shape/lib/assign.js
@@ -30,8 +30,8 @@ var min = require( '@stdlib/math/base/special/fast/min' );
30
*
31
* @param {NonNegativeIntegerArray} shape - array shape
32
* @param {NonNegativeInteger} depth - maximum depth to flatten
33
-* @param {(Array|TypedArray|Object)} out - output object
34
-* @returns {(Array|TypedArray|Object)} array shape
+* @param {Collection} out - output object
+* @returns {Collection} array shape
35
36
* @example
37
* var sh = [ 0, 0 ];
0 commit comments