Files
klz-cables.com/.pnpm-store/v10/files/ac/ba60b180830a973e13f02186e21ea9446769782f55375f02bf2981835289605f5162a04957f4c2d5740d98e5774c8e9640f4f5a59e77efac1105403af613bb
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

7 lines
138 B
Plaintext

/**
* Build a string describing the path.
*/
export declare function printPathArray(
path: ReadonlyArray<string | number>,
): string;