Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yannhalrd
/
test-mcp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test-mcp
/
node_modules
/
fast-deep-equal
/
es6
/
index.d.ts
Yann HALLOUARD
Add application file
08790d0
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
66 Bytes
declare
const
equal
:
(
a:
any
, b:
any
) =>
boolean
;
export
= equal;