Skip to content

Commit 98e4809

Browse files
committed
feat: add isBooleanDataType to namespace
1 parent 3e7f2ca commit 98e4809

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/ndarray/base/assert/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/ndarray/base/assert/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ setReadOnly( ns, 'hasEqualShape', require( '@stdlib/ndarray/base/assert/has-equa
5454
*/
5555
setReadOnly( ns, 'isAllowedDataTypeCast', require( '@stdlib/ndarray/base/assert/is-allowed-data-type-cast' ) );
5656

57+
/**
58+
* @name isBooleanDataType
59+
* @memberof ns
60+
* @readonly
61+
* @type {Function}
62+
* @see {@link module:@stdlib/ndarray/base/assert/is-boolean-data-type}
63+
*/
64+
setReadOnly( ns, 'isBooleanDataType', require( '@stdlib/ndarray/base/assert/is-boolean-data-type' ) );
65+
5766
/**
5867
* @name isBufferLengthCompatible
5968
* @memberof ns

0 commit comments

Comments
 (0)