Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
scramjet
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
scramjet
/
rewriter
/
native
/
tests
/
2-function-default.js
soiz1
Upload 150 files
bee6636
verified
27 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
function
f
(
g = globalThis, l = location
) {
check
(g);
check
(l);
}
f
();