This website requires JavaScript.
Explore
Help
Register
Sign In
F
/
management
forked from
zhurui/management
Watch
1
Star
0
Fork
You've already forked management
0
Code
Pull Requests
Activity
main
management
/
front
/
dkha-web-sz-main
/
node_modules
/
number-is-nan
/
index.js
5 lines
82 B
JavaScript
Raw
Permalink
Blame
History
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
(
x
)
{
return
x
!==
x
;
}
;
View Git Blame
Copy Permalink