Files
klz-cables.com/.pnpm-store/v10/files/9a/7998007c5695b57744f86e5803c049a2be615a253390b71a7daf3c67a6e9e90b2f902306bb2ef0a42a9542674d2c066fa955097e750e47c28ea0cabc71f5b6
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

4 lines
97 B
Plaintext

const isMotionValue = (value) => Boolean(value && value.getVelocity);
export { isMotionValue };