New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

is-float

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-float

Check if a value is a Float or not

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

is-float

FAQs

Package last updated on 11 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts