UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

9 lines (6 loc) 243 B
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); };