Files
Webklar.com/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

4 lines
80 B
JavaScript

const compareByDepth = (a, b) => a.depth - b.depth;
export { compareByDepth };