This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
ShariX
/
converse-built
Urmărește
3
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
52598211da
Ramuri
Etichete
master
unstable
converse-built
/
node_modules
/
number-is-nan
/
index.js
index.js
82 B
Istoric
Crud
1
2
3
4
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};