Skip to content

yefremov/isnan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isnan Build Status Coverage Status npm version

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

About

Test whether value is NaN

Resources

License

Stars

Watchers

Forks

Packages

No packages published