This website works better with JavaScript.
Explore
Help
Sign In
m67295043
/
pgi29wjsp
Watch
1
Star
0
Fork
You've already forked pgi29wjsp
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0b90e935d1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0b90e935d1'
${ noResults }
pgi29wjsp
/
node_modules
/
number-is-nan
/
index.js
5 lines
82 B
Raw
Blame
History
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
(
x
)
{
return
x
!==
x
;
}
;
Reference in new issue
View Git Blame
Copy Permalink