UNPKG

zarinpal-nodejs

Version:
5 lines (4 loc) 126 B
function isTypeNumber(x) { return typeof x === "number" && !isNaN(x) && Number.isInteger(x) } module.exports = isTypeNumber