replace-all.js 162 B

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