UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

6 lines (3 loc) 129 B
"use strict"; var isInteger = require("./is-integer"); module.exports = function (num) { return isInteger(num) && num >= 0; };