Files
klz-cables.com/.pnpm-store/v10/files/db/8c814a812dcbbdc9ef377b74e2b60abcd7378d7fce494ca778c6063693b6b46c1a4e41fca0a63f457f7797a7331eda485baa4d44d551ff100e3902e0c737f6
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

6 lines
98 B
Plaintext

const isKeyframesTarget = (v) => {
return Array.isArray(v);
};
export { isKeyframesTarget };