Sha256: 59f9c4b538eaf2899d24e203bac606b9ab6e4a90de8db6b1f1e42b12c71b3c36
Contents?: true
Size: 376 Bytes
Versions: 4
Compression:
Stored size: 376 Bytes
Contents
'use strict'; require('../../modules/es.regexp.exec'); require('../../modules/es.string.replace'); var call = require('../../internals/function-call'); var wellKnownSymbol = require('../../internals/well-known-symbol'); var REPLACE = wellKnownSymbol('replace'); module.exports = function (it, str, replacer) { return call(RegExp.prototype[REPLACE], it, str, replacer); };
Version data entries
4 entries across 4 versions & 1 rubygems