aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/features/string/virtual/replace-all.js
blob: a166ebeff4510bedc7db3cce98446a9ec7a91e5b (plain)
1
2
3
4
5
6
// TODO: remove from `core-js@4`
require('../../../modules/esnext.string.replace-all');

var parent = require('../../../es/string/virtual/replace-all');

module.exports = parent;