Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zhepama
/
seedchat
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
seedchat
/
.output
/
server
/
node_modules
/
math-intrinsics
/
isNaN.js
github-actions[bot]
Update from GitHub Actions
10852fa
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
'use strict'
;
/**
@type
{
import('./isNaN')
} */
module
.
exports
=
Number
.
isNaN
||
function
isNaN
(
a
) {
return
a !== a;
};