This website works better with JavaScript
首页
发现
帮助
登录
Viktoriia.Yurchenko
/
HomeWork
关注
1
点赞
0
派生
0
文件
工单管理
2
合并请求
0
Wiki
目录树:
78be0dc603
分支列表
标签列表
master
HomeWork
/
react2
/
node_modules
/
number-is-nan
/
index.js
index.js
82 B
文件历史
原始文件
1
2
3
4
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};