JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "is-number.js"

Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/moment/src/lib/utils/is-number.js
File size: 145 bytes
MIME-type: text/plain
Charset: utf-8

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