biofriction-wp-theme/node_modules/es5-ext/reg-exp/#/match/index.js

6 lines
110 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
"use strict";
module.exports = require("./is-implemented")()
? RegExp.prototype.match
: require("./shim");