Lodash.isNaN

Checks if value is NaN.

Note: This method is based on Number.isNaN and is not the same as global isNaN which returns true for undefined and other non-number values.

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

Return Value

Type: auto ref

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

Meta