string-replace-all.js 185 B

1234
  1. // https://github.com/tc39/proposal-string-replaceall
  2. require('../modules/esnext.string.replace-all');
  3. // TODO: remove from `core-js@4`
  4. require('../modules/esnext.symbol.replace-all');