Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
deepsite
like
16.6k
Running
App
Files
Files
Community
564
Fetching metadata from the HF Docker repository...
main
deepsite
/
modules.d.ts
enzostvs
HF Staff
initial commit
61e6dfe
2 months ago
raw
Copy download link
history
blame
contribute
delete
58 Bytes
declare
module
"uuid"
{
export
const
v4
:
() =>
string
;
}