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 bb310d2 commit f05bc09Copy full SHA for f05bc09
.github/.keepalive
docs/types/test.ts
@@ -51,7 +51,7 @@ import nditerIndices = require( './index' );
51
nditerIndices( ( x: number ): number => x, {} ); // $ExpectError
52
}
53
54
-// The compiler throws an error if the function is provided a second argument which is not a an object...
+// The compiler throws an error if the function is provided a second argument which is not an object...
55
{
56
const x = zeros( [ 2, 2 ] );
57
0 commit comments