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 a59096c commit d90183cCopy full SHA for d90183c
.github/.keepalive
@@ -0,0 +1 @@
1
+2022-10-01T01:33:41.206Z
lib/index.js
@@ -41,9 +41,9 @@
41
42
// MODULES //
43
44
-var keyByRight = require( './main.js' );
+var main = require( './main.js' );
45
46
47
// EXPORTS //
48
49
-module.exports = keyByRight;
+module.exports = main;
0 commit comments