Files
old-slucajna-televizija/web/node_modules/es5-ext/reg-exp/#/sticky/implement.js
2017-10-16 11:19:46 +02:00

10 lines
208 B
JavaScript

"use strict";
var isSticky = require("../is-sticky");
if (!require("./is-implemented")()) {
Object.defineProperty(RegExp.prototype, "sticky", { configurable: true,
enumerable: false,
get: isSticky });
}