is-float

1.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    19
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    19
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i is-float

Weekly Downloads

19

Version

1.0.0

License

MIT

Last publish

Collaborators

  • yashprit