diff options
Diffstat (limited to 'node_modules/core-js/features/string/replace-all.js')
| -rw-r--r-- | node_modules/core-js/features/string/replace-all.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/core-js/features/string/replace-all.js b/node_modules/core-js/features/string/replace-all.js new file mode 100644 index 0000000..c2c2ec4 --- /dev/null +++ b/node_modules/core-js/features/string/replace-all.js @@ -0,0 +1,6 @@ +// TODO: remove from `core-js@4` +require('../../modules/esnext.string.replace-all'); + +var parent = require('../../es/string/replace-all'); + +module.exports = parent; |
