8000
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 da9475d commit 5b333eaCopy full SHA for 5b333ea
.github/.keepalive
lib/index.js
@@ -33,7 +33,7 @@
33
// MODULES //
34
35
var hasFloat32ArraySupport = require( '@stdlib/assert-has-float32array-support' );
36
-var builtin = require( './float32array.js' );
+var builtin = require( './main.js' );
37
var polyfill = require( './polyfill.js' );
38
39
lib/float32array.js renamed to lib/main.js
0 commit comments