Files
klz-cables.com/.pnpm-store/v10/files/15/7788a640b06e8c26d1c021409bc5205ecc3ae680be94229cd61590216748fac88fabfb0215c40fd03b84cfe5f4ae3af413a4846a3778314942172598999d82
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

12 lines
392 B
Plaintext

import { EventBuffer, ReplayWorkerURL } from '../types';
interface CreateEventBufferParams {
useCompression: boolean;
workerUrl?: ReplayWorkerURL;
}
/**
* Create an event buffer for replays.
*/
export declare function createEventBuffer({ useCompression, workerUrl: customWorkerUrl, }: CreateEventBufferParams): EventBuffer;
export {};
//# sourceMappingURL=index.d.ts.map