This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
root
/
nsq
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Branch:
master
Branch-ok
Tag-ek
master
nsq
/
nsqadmin
/
node_modules
/
number-is-nan
/
index.js
index.js
82 B
Állandó hivatkozás
Előzmények
Nyers
1
2
3
4
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};