Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingface/ai-deadlines
HoangPhuc7678
/
ai-deadlines
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
020c5c0
ai-deadlines
/
src
/
types
/
yaml.d.ts
nielsr
HF staff
Add data
38de65f
about 1 month ago
raw
Copy download link
history
blame
Safe
69 Bytes
declare
module
'*.yml'
{
const
data
:
any
;
export
default
data;
}