UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

9 lines (7 loc) 223 B
var global = require('../internals/global'); module.exports = function (a, b) { var console = global.console; if (console && console.error) { arguments.length === 1 ? console.error(a) : console.error(a, b); } };