/var/www/greso.tech/server/nsm/node_modules/es5-ext/reg-exp/#/sticky
NameSizeModeActions
implement.js2130644editdlrm
is-implemented.js3440644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/reg-exp/#/sticky/implement.js (213B)
"use strict"; var isSticky = require("../is-sticky"); if (!require("./is-implemented")()) { Object.defineProperty(RegExp.prototype, "sticky", { configurable: true, enumerable: false, get: isSticky }); }