index
:
s5nical
legacy-11.6.3
legacy-pre-cmd-handler
legacy-pre-ts
master
test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
number-is-nan
/
index.js
blob: 79be4b9cb8c3bceb6eb08cfca105221d8cee0db1 (
plain
) (
blame
)
1
2
3
4
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
(
x
)
{
return
x
!==
x
;
};