node-is-finite

ES2015 Number.isFinite() ponyfill
  https://github.com/sindresorhus/is-finite
  0
  no reviews



The function returns a boolean indicating whether or not the given value is a finite number (checks finitiness of input value).

Node.js is an event-based server-side JavaScript engine.