UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

6 lines (5 loc) 212 B
require('../../modules/es6.regexp.replace'); var REPLACE = require('../../modules/_wks')('replace'); module.exports = function (it, str, replacer) { return RegExp.prototype[REPLACE].call(it, str, replacer); };