a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database hace 6 años
..
index.js connection between front end and database hace 6 años
license connection between front end and database hace 6 años
package.json connection between front end and database hace 6 años
readme.md connection between front end and database hace 6 años

readme.md

is-finite Build Status

ES2015 Number.isFinite() ponyfill

Install

$ npm install --save is-finite

Usage

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

numIsFinite(4);
//=> true

numIsFinite(Infinity);
//=> false

License

MIT © Sindre Sorhus