BE-SPAN/node_modules/es5-ext/reg-exp/#/search/index.js

4 lines
109 B
JavaScript
Raw Permalink Normal View History

2024-10-20 15:04:16 +00:00
"use strict";
module.exports = require("./is-implemented")() ? RegExp.prototype.search : require("./shim");