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 422792e commit 2abd8afCopy full SHA for 2abd8af
.github/.keepalive
@@ -1 +1 @@
1
-2022-09-01T00:43:25.381Z
+2022-10-01T01:07:53.569Z
lib/index.js
@@ -32,9 +32,9 @@
32
33
// MODULES //
34
35
-var hasNodeBufferSupport = require( './main.js' );
+var main = require( './main.js' );
36
37
38
// EXPORTS //
39
40
-module.exports = hasNodeBufferSupport;
+module.exports = main;
0 commit comments