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 fe9d362 commit 154bad3Copy full SHA for 154bad3
lib/node_modules/@stdlib/assert/has-float16array-support/lib/float16array.js
@@ -20,7 +20,7 @@
20
21
// MAIN //
22
23
-var main = ( typeof Float16Array === 'function' ) ? Float16Array : null; // eslint-disable-line stdlib/require-globals
+var main = ( typeof Float16Array === 'function' ) ? Float16Array : null; // eslint-disable-line no-undef, stdlib/require-globals
24
25
26
// EXPORTS //
0 commit comments