Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mooizz
/
New-space-openenv
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
New-space-openenv
/
node_modules
/
@huggingface
/
hub
/
src
/
utils
/
isFrontend.ts
Mooizz
Upload folder using huggingface_hub
1070765
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
80 Bytes
import
{ isBackend }
from
"./isBackend"
;
export
const
isFrontend = !isBackend;