UNPKG

pure-conditions

Version:
5 lines (4 loc) 125 B
function isNumber (value) { return Object.prototype.toString.call(value) === '[object Number]' } module.exports = isNumber