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 0af16c9 commit 7ac6058Copy full SHA for 7ac6058
lib/node_modules/@stdlib/ndarray/dtype-ctor/lib/main.js
@@ -47,7 +47,7 @@ var format = require( '@stdlib/string/format' );
47
* @param {*} value - value to test
48
* @returns {boolean} boolean indicating if a value is a `DataType`
49
*/
50
-function isDataType( value ) {
+function isDataType( value ) { // NOTE: we do not use `ndarray/base/assert/is-data-type-object` in order to avoid circular dependencies
51
return (
52
value instanceof DataType ||
53
(
0 commit comments