We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stdlib-js
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 020cf6c commit d26bfc8Copy full SHA for d26bfc8
lib/node_modules/@stdlib/assert/is-typed-array-like/lib/is_typed_array_like.js
@@ -4,7 +4,7 @@
4
5
var isNonNegativeInteger = require( '@stdlib/assert/is-nonnegative-integer' ).isPrimitive;
6
var isNumber = require( '@stdlib/assert/is-number' ).isPrimitive;
7
-var MAX = require( '@stdlib/math/constants/uint32-max' );
+var MAX = require( '@stdlib/array/constants/max-typedarray-length' );
8
9
10
// MAIN //
0 commit comments