Files
klz-cables.com/.pnpm-store/v10/files/0c/58dad609ab83cd67930c478d680ddeb72be2eb4046e029aa2d81581f015098473ce4eb0bf79987ee67f6d43c41c6836398b25ce987c2a37c2aeac2254a73d7
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

10 lines
410 B
Plaintext

/**
* Parse a sample rate from a given value.
* This will either return a boolean or number sample rate, if the sample rate is valid (between 0 and 1).
* If a string is passed, we try to convert it to a number.
*
* Any invalid sample rate will return `undefined`.
*/
export declare function parseSampleRate(sampleRate: unknown): number | undefined;
//# sourceMappingURL=parseSampleRate.d.ts.map