UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

15 lines (13 loc) 254 B
"use strict"; module.exports = function (t, a) { a(t(), false); a(t(undefined), false); a(t(null), false); a(t(NaN), true); a(t(0), true); a(t(false), true); a(t("null"), true); a(t(""), true); a(t({}), true); a(t(Object.prototype), true); };