We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/full/instance/replace-all
1 parent 8e5c031 commit 76f8648Copy full SHA for 76f8648
packages/core-js/full/instance/replace-all.js
@@ -1,3 +1,6 @@
1
+// TODO: remove from `core-js@4`
2
+require('../../modules/esnext.string.replace-all');
3
+
4
var parent = require('../../actual/instance/replace-all');
5
6
module.exports = parent;
0 commit comments