package.es.string.virtual.replace-all.js Maven / Gradle / Ivy
The newest version!
'use strict';
require('../../../modules/es.regexp.exec');
require('../../../modules/es.string.replace');
require('../../../modules/es.string.replace-all');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'replaceAll');
© 2015 - 2024 Weber Informatics LLC | Privacy Policy