All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.moment.src.lib.utils.is-number.js Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy