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 91b5729 commit 1347219Copy full SHA for 1347219
.github/.keepalive
@@ -1 +1 @@
1
-2022-09-01T01:44:07.162Z
+2022-10-01T02:11:45.486Z
lib/index.js
@@ -32,9 +32,9 @@
32
33
// MODULES //
34
35
-var buffer = require( './main.js' );
+var main = require( './main.js' );
36
37
38
// EXPORTS //
39
40
-module.exports = buffer;
+module.exports = main;
0 commit comments