Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mahiatlinux
/
new_test
like
0
Runtime error
App
Files
Files
Community
main
new_test
File size: 66 Bytes
311cc15
1
2
3
declare
const
equal
:
(
a:
any
, b:
any
) =>
boolean
;
export
= equal;