PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
reg-exp
/
#
/
sticky
"use strict"; var isSticky = require("../is-sticky"); if (!require("./is-implemented")()) { Object.defineProperty(RegExp.prototype, "sticky", { configurable: true, enumerable: false, get: isSticky }); }
[-] is-implemented.js
[edit]
[+]
..
[-] implement.js
[edit]