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 0b932df commit 93af291Copy full SHA for 93af291
.github/.keepalive
@@ -1 +1 @@
1
-2022-09-01T00:39:22.058Z
+2022-10-01T01:03:24.092Z
lib/index.js
@@ -32,9 +32,9 @@
32
33
// MODULES //
34
35
-var reFromString = require( './from_string.js' );
+var main = require( './main.js' );
36
37
38
// EXPORTS //
39
40
-module.exports = reFromString;
+module.exports = main;
lib/from_string.js renamed to lib/main.js
0 commit comments