katoikia-app/web-ui/web-react/node_modules/es5-ext/reg-exp/#/sticky/implement.js

12 lines
213 B
JavaScript
Raw Normal View History

2022-07-06 04:15:11 +00:00
"use strict";
var isSticky = require("../is-sticky");
if (!require("./is-implemented")()) {
Object.defineProperty(RegExp.prototype, "sticky", {
configurable: true,
enumerable: false,
get: isSticky
});
}