Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xinnni
/
json
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
json
/
src
/
enums
/
viewMode.enum.ts
xinnni
Upload 146 files
f909d7c
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
61 Bytes
export
enum
ViewMode
{
Graph
=
"graph"
,
Tree
=
"tree"
,
}