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

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

module.exports = parent;