diff options
Diffstat (limited to 'node_modules/core-js/es6/regexp.js')
-rw-r--r-- | node_modules/core-js/es6/regexp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/core-js/es6/regexp.js b/node_modules/core-js/es6/regexp.js index 27cc827f9..b862d2fb8 100644 --- a/node_modules/core-js/es6/regexp.js +++ b/node_modules/core-js/es6/regexp.js @@ -5,4 +5,4 @@ require('../modules/es6.regexp.match'); require('../modules/es6.regexp.replace'); require('../modules/es6.regexp.search'); require('../modules/es6.regexp.split'); -module.exports = require('../modules/_core').RegExp;
\ No newline at end of file +module.exports = require('../modules/_core').RegExp; |