This website requires JavaScript.
Explore
Help
Sign In
internal
/
sangwaritaxi_website
Watch
3
Star
0
Fork
You've already forked sangwaritaxi_website
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9d6ac855c2
sangwaritaxi_website
/
node_modules
/
framer-motion
/
dist
/
es
/
render
/
utils
/
compare-by-depth.mjs
4 lines
80 B
JavaScript
Raw
Blame
History
const
compareByDepth
=
(
a
,
b
)
=>
a
.
depth
-
b
.
depth
;
export
{
compareByDepth
}
;
Reference in New Issue
View Git Blame
Copy Permalink