This website works better with JavaScript.
Explore
Help
Register
Sign In
mahdi
/
arbaeen-web-app
Watch
1
Star
0
Fork
You've already forked arbaeen-web-app
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5
Commits
1
Branch
0
Tags
98 MiB
Tree:
57dbb7ce85
arbaeen-web-app
/
node_modules
/
fast-deep-equal
/
es6
/
index.d.ts
3 lines
66 B
Raw
Normal View
History
Unescape
Escape
update
3 years ago
declare
const
equal
:
(
a
:
any
,
b
:
any
)
=
>
boolean
;
export
=
equal
;