You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/find-last-index/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ var base = require( './base.js' );
38
38
* @param {Options} [options] - function options
39
39
* @param {integer} [options.dim=-1] - dimension over which to perform operation
40
40
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
41
-
* @param {string} [options.dtype] - output ndarray data type
41
+
* @param {*} [options.dtype] - output ndarray data type
0 commit comments