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

5 lines
183 B
Plaintext

export interface ErrorWithCode extends Error {
code?: number | string;
}
export declare function isError(err: unknown): err is ErrorWithCode;
//# sourceMappingURL=isError.d.ts.map