Skip to content

kenany/is-nan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-nan

Lo-Dash's isNaN function as a component.

browser support

Installation

$ component install KenanY/is-nan

API

var isNaN = require('is-nan');

isNaN(value)

Checks if value is NaN.

Note that is not the same as native isNaN which will return true for undefined and other non-numeric values. See http://es5.github.io/#x15.1.2.4.