DIR : /home/kozerus/public_html/cropex/node/node_modules/framer-motion/dist/es/utils/shallow-compare.mjs

/home/kozerus/public_html/cropex/node/node_modules/framer-motion/dist/es/utils

function shallowCompare(next, prev) {
    if (!Array.isArray(prev))
        return false;
    const prevLength = prev.length;
    if (prevLength !== next.length)
        return false;
    for (let i = 0; i < prevLength; i++) {
        if (prev[i] !== next[i])
            return false;
    }
    return true;
}

export { shallowCompare };
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer