UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

7 lines (6 loc) 221 B
// `RequireObjectCoercible` abstract operation // https://tc39.es/ecma262/#sec-requireobjectcoercible module.exports = function (it) { if (it == undefined) throw TypeError("Can't call method on " + it); return it; };