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
/
file.enum.ts
xinnni
Upload 146 files
f909d7c
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
// eslint-disable
export
enum
FileFormat
{
"JSON"
=
"json"
,
"YAML"
=
"yaml"
,
"XML"
=
"xml"
,
"TOML"
=
"toml"
,
"CSV"
=
"csv"
,
}