Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
FabienDanieau/gstreamer_test
PierreRouanet
/
gstreamer_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gstreamer_test
/
src
/
node_modules
/
bonjour-service
/
dist
/
lib
/
KeyValue.d.ts
FabienDanieau
first commit
2434dca
3 months ago
raw
Copy download link
history
blame
contribute
delete
70 Bytes
type
KeyValue
= {
[
key
:
string
]:
any
;
};
export
default
KeyValue
;