This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-python
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
3fb911cdc7ce3b1ed98a6b40d30406ac6363233e
setup-python
/
node_modules
/
es-abstract
/
helpers
/
isNaN.js
T
4 lines
73 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial pass
2019-06-26 21:12:00 -04:00
module
.
exports
=
Number
.
isNaN
||
function
isNaN
(
a
)
{
return
a
!==
a
;
};
Reference in New Issue
Copy Permalink