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 4db9a2b commit c16bda9Copy full SHA for c16bda9
1 file changed
lib/node_modules/@stdlib/strided/common/examples/addon-napi-polymorphic/index.js
@@ -19,7 +19,7 @@
19
'use strict';
20
21
var Float64Array = require( '@stdlib/array/float64' );
22
-var Float32Array = require( '@stdlib/array/float32' );
+var Float32Array = require( '@stdlib/array/float32' ); // eslint-disable-line stdlib/require-last-path-relative
23
24
var add;
25
0 commit comments