Files
klz-cables.com/.pnpm-store/v10/files/d1/67921fa4cbe20944747ffc81908d55ca4f0b159b270df2b30a9a32bd20f3a639972114cec9a8b61b66da1ea1ac01aa8b43e10f8711da6231f06c039dc11bfd
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
91 B
Plaintext

export declare class UnreachableCaseError extends Error {
constructor(value: never);
}