Your IP : 216.73.216.158


Current Path : /proc/thread-self/root/var/www/fidelitychain/www/node_modules/moment/src/lib/utils/
Upload File :
Current File : //proc/thread-self/root/var/www/fidelitychain/www/node_modules/moment/src/lib/utils/is-number.js

export default function isNumber(input) {
    return (
        typeof input === 'number' ||
        Object.prototype.toString.call(input) === '[object Number]'
    );
}