Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jonnhan
/
mcp-client
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
63a73e3
mcp-client
/
node_modules
/
math-intrinsics
/
sign.d.ts
root
Inserindo smolagents[mcp] no requirements
63a73e3
2 months ago
raw
Copy download link
history
blame
Safe
57 Bytes
declare
function
sign
(
x:
number
):
number
;
export
= sign;