Files
klz-cables.com/.pnpm-store/v10/files/00/65d9606ad7b48e084368946b2b2b423a73bed8b09b04b19a0b4619b2b52cba8116c34e7f3a4ab28d922ecfbdeeb2ea7d7c8ac2440767fc2863c5dcf4b48b9e
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
417 B
Plaintext

import type { MetricRatingThresholds, MetricType } from '../types';
export declare const bindReporter: <MetricName extends MetricType["name"]>(callback: (metric: Extract<MetricType, {
name: MetricName;
}>) => void, metric: Extract<MetricType, {
name: MetricName;
}>, thresholds: MetricRatingThresholds, reportAllChanges?: boolean) => (forceReport?: boolean) => void;
//# sourceMappingURL=bindReporter.d.ts.map