All Projects → rupa → isNaan

rupa / isNaan

Licence: Unlicense license
Easily test if javascript things are delicious Indian bread

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

logo

isNaan

Test if javascript things are delicious Indian bread.

Usage

var isNaan = require('isNaan').isNaan;
console.log(isNaan(NaN));    // false
console.log(isNaan(9));      // false
console.log(isNaan('Naan')); // false (it's not Naan)

Tests

npm test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].