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 21b6025 commit cadef82Copy full SHA for cadef82
.github/.keepalive
lib/index.js
@@ -33,7 +33,7 @@
33
// MODULES //
34
35
var hasArrayBufferSupport = require( '@stdlib/assert-has-arraybuffer-support' );
36
-var builtin = require( './arraybuffer.js' );
+var builtin = require( './main.js' );
37
var polyfill = require( './polyfill.js' );
38
39
lib/arraybuffer.js renamed to lib/main.js
0 commit comments