1.0.0 • Published 9 years ago

is-float v1.0.0

Weekly downloads
258
License
MIT
Repository
github
Last release
9 years ago

is-Float NPM version Build Status

check number is Float or not

Install

$ npm install --save is-float

Usage

Node.js

var isFloat = require('is-float'); //npm install isFloat

isFloat(2.5);
//=> true

Browser

  isFloat(2.5);

command line

$ npm install --global is-float
$ is-float --v 2.5

#result => true

Run Test

npm test

Contribute or Report Issue

For bugs and feature requests, please create an issue.

License

MIT © Yashprit