Skip to content

Commit db63ef7

Browse files
committed
Remove duplicated module.exports
1 parent 760ae39 commit db63ef7

File tree

1 file changed

+0
-5
lines changed
  • lib/node_modules/@stdlib/regexp/regexp/lib

1 file changed

+0
-5
lines changed

lib/node_modules/@stdlib/regexp/regexp/lib/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ var REGEXP = require( './regexp.js' );
5555
setReadOnly( reRegExp, 'REGEXP', REGEXP );
5656

5757

58-
// EXPORTS //
59-
60-
module.exports = reRegExp;
61-
62-
6358
// EXPORTS //
6459

6560
module.exports = reRegExp;

0 commit comments

Comments
 (0)