/var/www/greso.tech/server/nsm/node_modules/es5-ext/reg-exp/#/replace
NameSizeModeActions
implement.js2020644editdlrm
index.js1100644editdlrm
is-implemented.js1690644editdlrm
shim.js1920644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/reg-exp/#/replace/is-implemented.js (169B)
"use strict"; var re = /foo/; module.exports = function () { if (typeof re.replace !== "function") return false; return re.replace("foobar", "mar") === "marbar"; };