FLUJOS/VISUALIZACION/node_modules/is-finite
2025-11-07 00:06:12 +01:00
..
index.js flow like the river 2025-11-07 00:06:12 +01:00
license flow like the river 2025-11-07 00:06:12 +01:00
package.json flow like the river 2025-11-07 00:06:12 +01:00
readme.md flow like the river 2025-11-07 00:06:12 +01:00

is-finite Build Status

ES2015 Number.isFinite() ponyfill

Install

$ npm install is-finite

Usage

var numIsFinite = require('is-finite');

numIsFinite(4);
//=> true

numIsFinite(Infinity);
//=> false

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.