replace-all.js 166 B

1234
  1. require('../../modules/esnext.string.replace-all');
  2. var entryUnbind = require('../../internals/entry-unbind');
  3. module.exports = entryUnbind('String', 'replaceAll');