• Test whether a value is numeric. This is the highest performing algorithm currently available, per https://jsperf.com/isnan-vs-typeof/5

    Parameters

    • n: any

      A value to test

    Returns boolean

    Is it a number?

    Memberof

    Number