UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

12 lines (7 loc) 233 B
'use strict'; var GetIntrinsic = require('get-intrinsic'); var $test = GetIntrinsic('RegExp.prototype.test'); var callBind = require('call-bind'); module.exports = function regexTester(regex) { return callBind($test, regex); };