Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
markush1
/
kaicoder
like
2
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
main
kaicoder
/
types
/
declare.d.ts
enzostvs
HF Staff
initial commit
13ae717
10 months ago
raw
Copy download link
history
blame
Safe
70 Bytes
declare
module
"*.mp3"
{
const
src
:
string
;
export
default
src;
}