This website requires JavaScript.
Explore
Help
Sign In
kg333
/
tenebrous-dicebot
forked from
projectmoon/tenebrous-dicebot
Watch
1
Star
0
Fork
You've already forked tenebrous-dicebot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f157c42768
tenebrous-dicebot
/
api
/
node_modules
/
es-abstract
/
helpers
/
isNaN.js
6 lines
88 B
JavaScript
Raw
Blame
History
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
isNaN
(
a
)
{
return
a
!==
a
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink