Files
klz-cables.com/.pnpm-store/v10/files/e0/955dae9ab03f402b2c278f25de437f61aabe83c01a862eff5c16d72df6e295819fc048040703996212fa5f1ec9f29e157e3d480c1d20fde06de5a853986b24
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

18 lines
721 B
Plaintext

/**
* Checks if the baggage header has Sentry values.
*/
export declare function baggageHeaderHasSentryValues(baggageHeader: string): boolean;
/**
* Gets the full URL from a given URL string.
*/
export declare function getFullURL(url: string): string | undefined;
/**
* Checks if the entry is a PerformanceResourceTiming.
*/
export declare function isPerformanceResourceTiming(entry: PerformanceEntry): entry is PerformanceResourceTiming;
/**
* Creates a Headers object from a record of string key-value pairs, and returns undefined if it fails.
*/
export declare function createHeadersSafely(headers: Record<string, string> | undefined): Headers | undefined;
//# sourceMappingURL=utils.d.ts.map