Files
klz-cables.com/.pnpm-store/v10/files/5b/b77913fcf09333b5b67259207233f1040c96d962bee4c34a9df80002a4ad49e8667d5c7154be89752a94269c3095a418508e36e02ceb04f82aa5dd28786aad
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

3 lines
127 B
Plaintext

import { AnyArray } from "../any-array";
export type Head<Type extends AnyArray> = Type["length"] extends 0 ? never : Type[0];