| Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/core-js/fn/regexp/ |
| Current File : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/core-js/fn/regexp/replace.js |
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);
};