Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bin29
/
ManimCat
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ManimCat
/
src
/
types
/
https-proxy-agent.d.ts
Bin29
Sync from main: e764154 feat(plot-skill): add math-exam-diagram SKILL.md for exam-style math figures
abcf568
15 days ago
raw
Copy download link
history
blame
contribute
delete
113 Bytes
declare
module
'https-proxy-agent'
{
export
class
HttpsProxyAgent
{
constructor
(
proxy:
string
| URL
)
}
}