Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
brunner56
/
monkastremio
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
monkastremio
/
packages
/
core
/
src
/
parser
/
index.ts
brunner56
implement app
0bfe2e3
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
export
{
default
as
FileParser
}
from
'./file'
;
export
{
default
as
StreamParser
}
from
'./streams'
;