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

6 lines
252 B
Plaintext

import type { SanitizedConfig } from '../config/types.js';
/**
* Determines if an error should be shown to the user.
*/
export declare function isErrorPublic(error: Error, config: SanitizedConfig): boolean;
//# sourceMappingURL=isErrorPublic.d.ts.map