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 d7b2bb9 commit 6d5713eCopy full SHA for 6d5713e
docs/types/test.ts
@@ -30,7 +30,7 @@ import nditerIndices = require( './index' );
30
nditerIndices( x.shape, {} ); // $ExpectType Iterator<number[]>
31
}
32
33
-// The compiler throws an error if the function is provided a first argument which is not an ndarray...
+// The compiler throws an error if the function is provided a first argument which is not an ndarray shape...
34
{
35
nditerIndices( '123' ); // $ExpectError
36
nditerIndices( 123 ); // $ExpectError
0 commit comments