Lodash.toFinite

Converts value to a finite number.

_.toFinite(Number.MIN_VALUE); // => 5e-324

_.toFinite(Infinity); // => 1.7976931348623157e+308

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

Return Value

Type: auto ref

- Lodash chained on (number): the converted number.

Meta