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 f2d7632 commit 374953aCopy full SHA for 374953a
lib/node_modules/@stdlib/ndarray/base/assert/is-boolean-index-data-type/lib/main.js
@@ -34,8 +34,6 @@ var isDataType = contains( dtypes( 'boolean_index' ) );
34
/**
35
* Tests whether an input value is a supported ndarray boolean index data type.
36
*
37
-* @name isBooleanIndexDataType
38
-* @type {Function}
39
* @param {*} v - value to test
40
* @returns {boolean} boolean indicating whether an input value is a supported ndarray boolean index data type
41
0 commit comments