8000
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 cee7518 commit 3367ed2Copy full SHA for 3367ed2
.github/.keepalive
@@ -1 +1 @@
1
-2022-09-01T01:08:38.354Z
+2022-10-01T01:33:26.379Z
lib/index.js
@@ -41,9 +41,9 @@
41
42
// MODULES //
43
44
-var untilEachRight = require( './until_each_right.js' );
+var main = require( './main.js' );
45
46
47
// EXPORTS //
48
49
-module.exports = untilEachRight;
+module.exports = main;
lib/until_each_right.js renamed to lib/main.js
0 commit comments