Skip to content

Commit 786e74e

Browse files
committed
feat: add isndarrayLikeWithDataType to namespace
1 parent 755425a commit 786e74e

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,6 +1584,15 @@ setReadOnly( ns, 'isNativeFunction', require( '@stdlib/assert/is-native-function
15841584
*/
15851585
setReadOnly( ns, 'isndarrayLike', require( '@stdlib/assert/is-ndarray-like' ) );
15861586

1587+
/**
1588+
* @name isndarrayLikeWithDataType
1589+
* @memberof ns
1590+
* @readonly
1591+
* @type {Function}
1592+
* @see {@link module:@stdlib/assert/is-ndarray-like-with-data-type}
1593+
*/
1594+
setReadOnly( ns, 'isndarrayLikeWithDataType', require( '@stdlib/assert/is-ndarray-like-with-data-type' ) );
1595+
15871596
/**
15881597
* @name isNegativeInteger
15891598
* @memberof ns

0 commit comments

Comments
 (0)