We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc66ce6 commit 7a46df9Copy full SHA for 7a46df9
.github/.keepalive
@@ -0,0 +1 @@
1
+2022-10-01T00:56:26.648Z
lib/index.js
@@ -34,15 +34,15 @@
34
// MODULES //
35
36
var setReadOnly = require( '@stdlib/utils-define-nonenumerable-read-only-property' );
37
-var reFilenameWindows = require( './main.js' );
+var main = require( './main.js' );
38
var REGEXP = require( './regexp.js' );
39
40
41
// MAIN //
42
43
-setReadOnly( reFilenameWindows, 'REGEXP', REGEXP );
+setReadOnly( main, 'REGEXP', REGEXP );
44
45
46
// EXPORTS //
47
48
-module.exports = reFilenameWindows;
+module.exports = main;
0 commit comments