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 48ce3c7 commit 38b2a17Copy full SHA for 38b2a17
lib/node_modules/@stdlib/blas/base/ndarray/gaxpy/docs/types/test.ts
@@ -36,7 +36,7 @@ import gaxpy = require( './index' );
36
'dtype': 'generic'
37
});
38
39
- gaxpy( [ x, y, alpha ] ); // $ExpectType typedndarray
+ gaxpy( [ x, y, alpha ] ); // $ExpectType genericndarray<number>
40
}
41
42
// The compiler throws an error if the function is provided a first argument which is not an array of ndarrays...
0 commit comments