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 7e056f7 commit 34e306eCopy full SHA for 34e306e
src/utils/array.js
@@ -10,7 +10,7 @@ import { deepStrictEqual } from './object.js'
10
* This function checks the size of the first entry, it does not validate
11
* whether all dimensions match. (use function `validate` for that)
12
* @param {Array} x
13
- * @return {Number[]} size
+ * @return {number[]} size
14
*/
15
export function arraySize (x) {
16
const s = []
@@ -834,7 +834,7 @@ export function broadcastArrays (...arrays) {
834
/**
835
* Stretches a matrix up to a certain size in a certain dimension
836
* @param {Array} arrayToStretch
837
- * @param {number} sizeToStretch
+ * @param {number[]} sizeToStretch
838
* @param {number} dimToStretch
839
* @returns {Array} The stretched array
840
0 commit comments