Files
klz-cables.com/.pnpm-store/v10/files/fb/19731da1694f1e6bf3a1ee80ed380e1108cb676cd725460097a12208c667a3f258f94a000dbe4b8468956418bc1b637903fb11cfa450d0802e978eb6be0347
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
103 B
Plaintext

export type IsTuple<Type> = Type extends readonly any[] ? (any[] extends Type ? never : Type) : never;