File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
lib/node_modules/@stdlib/assert/is-float16array/lib Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2222
2323var nativeClass = require ( '@stdlib/utils/native-class' ) ;
2424
25+
2526// VARIABLES //
2627
2728var hasFloat16Array = ( typeof Float16Array === 'function' ) ; // eslint-disable-line stdlib/require-globals
@@ -36,7 +37,7 @@ var hasFloat16Array = ( typeof Float16Array === 'function' ); // eslint-disable-
3637* @returns {boolean } boolean indicating whether value is a Float16Array
3738*
3839* @example
39- * var Float16Array = require( '@stdlib/array/float16/lib/polyfill.js ' );
40+ * var Float16Array = require( '@stdlib/array/float16' );
4041* var isFloat16Array = require( '@stdlib/assert/is-float16array' );
4142*
4243* var bool = isFloat16Array( new Float16Array( 10 ) );
You can’t perform that action at this time.
0 commit comments