Lodash.isFinite

Checks if value is a finite primitive number.

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

Return Value

Type: auto ref

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

Meta