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 22
22
23
23
var nativeClass = require ( '@stdlib/utils/native-class' ) ;
24
24
25
+
25
26
// VARIABLES //
26
27
27
28
var hasFloat16Array = ( typeof Float16Array === 'function' ) ; // eslint-disable-line stdlib/require-globals
@@ -36,7 +37,7 @@ var hasFloat16Array = ( typeof Float16Array === 'function' ); // eslint-disable-
36
37
* @returns {boolean } boolean indicating whether value is a Float16Array
37
38
*
38
39
* @example
39
- * var Float16Array = require( '@stdlib/array/float16/lib/polyfill.js ' );
40
+ * var Float16Array = require( '@stdlib/array/float16' );
40
41
* var isFloat16Array = require( '@stdlib/assert/is-float16array' );
41
42
*
42
43
* var bool = isFloat16Array( new Float16Array( 10 ) );
You can’t perform that action at this time.
0 commit comments