Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

isnan

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isnan

Test whether value is NaN

latest
Source
npmnpm
Version
0.0.0
Version published
Weekly downloads
4
-20%
Maintainers
1
Weekly downloads
 
Created
Source

isnan

Test whether value is NaN.

Installation

$ npm install isnan

API

const isNaN = require('isnan');

isNaN('foo' / 1);
// => true

isNaN({ foo: 'bar' });
// => false

Running tests

$ npm test

License

MIT

Keywords

test

FAQs

Package last updated on 08 Apr 2017

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