Lodash.isNumber

Checks if value is classified as a Number primitive or object.

Note: To exclude Infinity, -Infinity, and NaN, which are classified as numbers, use the _.isFinite method.

struct Lodash
nothrow @trusted @safe ref
isNumber
()
()

Return Value

Type: auto ref

- Lodash chained on (boolean): true if value is a number, else false.

Meta