github-pages-deploy-action/node_modules/core-js-pure/es/regexp/search.js
2020-03-06 22:45:40 -05:00

9 lines
243 B
JavaScript

require('../../modules/es.string.search');
var wellKnownSymbol = require('../../internals/well-known-symbol');
var SEARCH = wellKnownSymbol('search');
module.exports = function (it, str) {
return RegExp.prototype[SEARCH].call(it, str);
};