Lodash.isSafeInteger

Checks if value is a safe integer. An integer is safe if it's an IEEE-754 double precision number which isn't the result of a rounded unsafe integer.

Note: This method is based on Number.isSafeInteger.

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

Return Value

Type: auto ref

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

Meta