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 33537ce commit ccb462bCopy full SHA for ccb462b
lib/node_modules/@stdlib/blas/ext/base/glast-index-of/docs/types/test.ts
@@ -41,7 +41,7 @@ import glastIndexOf = require( './index' );
41
glastIndexOf( {}, 2.0, x, 1 ); // $ExpectError
42
}
43
44
-// The compiler throws an error if the function is provided a third argument which is not a Float64Array...
+// The compiler throws an error if the function is provided a third argument which is not a collection...
45
{
46
glastIndexOf( 3, 1.0, 1, 1 ); // $ExpectError
47
glastIndexOf( 3, 1.0, true, 1 ); // $ExpectError
0 commit comments