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 de2c90c commit 722142bCopy full SHA for 722142b
.github/.keepalive
@@ -1 +1 @@
1
-2022-09-01T01:06:31.388Z
+2022-10-01T01:31:18.437Z
lib/index.js
@@ -46,9 +46,9 @@
46
47
// MODULES //
48
49
-var iterator = require( './main.js' );
+var main = require( './main.js' );
50
51
52
// EXPORTS //
53
54
-module.exports = iterator;
+module.exports = main;
0 commit comments