Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Ai-Tunes
/
modelos_publicos
like
0
Model card
Files
Files and versions
Community
1
1a3d6ba
modelos_publicos
/
bottaiko
/
node_modules
/
number-is-nan
/
index.js
Ai-Tunes
Upload 656 files
1a3d6ba
over 1 year ago
raw
Copy download link
history
blame
82 Bytes
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
(
x
) {
return
x !== x;
};