UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

9 lines (6 loc) 273 B
"use strict"; var objToString = Object.prototype.toString , isFunctionStringTag = RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/); module.exports = function (value) { return typeof value === "function" && isFunctionStringTag(objToString.call(value)); };