UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

15 lines (13 loc) 268 B
var debug; module.exports = function () { if (!debug) { try { /* eslint global-require: off */ debug = require("debug")("follow-redirects"); } catch (error) { debug = function () { /* */ }; } } debug.apply(null, arguments); };