Files
klz-cables.com/.pnpm-store/v10/files/ec/805eeb636a3103ffa62702b316850a54938d738204ed92e1ecfd59bf5d1cec536c417c04f633fb7015216f7b8f2d84a2f77051b5525d8ee71ed46a827916b6
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

2 lines
67 B
Plaintext

export type IsNever<Type> = [Type] extends [never] ? true : false;