Lodash.isInteger

Checks if value is an integer.

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

Return Value

Type: auto ref

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

Meta