Sign in
cobalt
/
cobalt
/
6f9a742d28df516936362c4ae00efbea9c3b06f2
/
.
/
third_party
/
devtools
/
node_modules
/
number-is-nan
/
index.js
blob: 79be4b9cb8c3bceb6eb08cfca105221d8cee0db1 [
file
] [
log
] [
blame
]
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
(
x
)
{
return
x
!==
x
;
};