/var/www/greso.tech/server/nsm/node_modules/es5-ext/reg-exp/#/sticky
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
});
}