ICT30016-Assignment-3/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

3 lines
80 B
JavaScript

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