Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
The lodash method _.isFinite
exported as a module.
Test if a double-precision floating-point numeric value is finite.
An ES-spec-compliant Number.isFinite shim/polyfill/replacement that works as far down as ES3