UNPKG

@skybloxsystems/ticket-bot

Version:
7 lines (6 loc) 175 B
export default function isNumber(input) { return ( typeof input === 'number' || Object.prototype.toString.call(input) === '[object Number]' ); }