Files
klz-cables.com/.pnpm-store/v10/files/18/04815ad2dcde33685a685442caf6137b0bbe06cc8169e88b48cb344cd5b9737bbbc7fc43620fd3f13dd0bf9237d5b68a449c4ab530263f48d2cb102ebbadc2
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
273 B
Plaintext

import type { replayIntegration } from '../integration';
/**
* This is a small utility to get a type-safe instance of the Replay integration.
*/
export declare function getReplay(): ReturnType<typeof replayIntegration> | undefined;
//# sourceMappingURL=getReplay.d.ts.map