Skip to content

Commit 901dc93

Browse files
committed
feat: add isNumericDataType to namespace
1 parent c326c3f commit 901dc93

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
@@ -144,6 +144,15 @@ setReadOnly( ns, 'isIndexMode', require( '@stdlib/ndarray/base/assert/is-index-m
144144
*/
145145
setReadOnly( ns, 'isIntegralDataType', require( '@stdlib/ndarray/base/assert/is-integral-data-type' ) );
146146

147+
/**
148+
* @name isNumericDataType
149+
* @memberof ns
150+
* @readonly
151+
* @type {Function}
152+
* @see {@link module:@stdlib/ndarray/base/assert/is-numeric-data-type}
153+
*/
154+
setReadOnly( ns, 'isNumericDataType', require( '@stdlib/ndarray/base/assert/is-numeric-data-type' ) );
155+
147156
/**
148157
* @name isOrder
149158
* @memberof ns

0 commit comments

Comments
 (0)