npm.io
1.0.0 • Published 11 years agoCLI

is-float

Licence
MIT
Version
1.0.0
Deps
1
Vulns
2
Weekly
0
Stars
1

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

Keywords