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 b90d300 commit b12bba1Copy full SHA for b12bba1
.github/.keepalive
@@ -1 +1 @@
1
-2022-09-01T01:48:37.367Z
+2022-10-01T02:16:56.988Z
lib/index.js
@@ -42,9 +42,9 @@
42
43
// MODULES //
44
45
-var iterator = require( './main.js' );
+var main = require( './main.js' );
46
47
48
// EXPORTS //
49
50
-module.exports = iterator;
+module.exports = main;
0 commit comments