/var/www/greso.tech/server/nsm/node_modules/es5-ext/reg-exp/#/match
NameSizeModeActions
implement.js2000644editdlrm
index.js1080644editdlrm
is-implemented.js1680644editdlrm
shim.js1620644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/reg-exp/#/match/is-implemented.js (168B)
"use strict"; var re = /foo/; module.exports = function () { if (typeof re.match !== "function") return false; return re.match("barfoobar") && !re.match("elo"); };