Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ASEM12345
/
rsshub
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rsshub
/
lib
/
utils
/
is-worker.worker.ts
asemxin
Initial commit for HF Spaces
bf48b89
23 days ago
raw
Copy download link
history
blame
contribute
delete
74 Bytes
// In Worker build, isWorker is always true
export
const
isWorker =
true
;