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