Files
klz-cables.com/.pnpm-store/v10/files/9a/689676b0fd21b296ecc48b967075fc16937bb5d902d569ecc10de338303bb4a174a4f921bf40f36f6e88052301a4ddc1c0b3cac1fa6d05b41401d835642d1c
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

9 lines
153 B
Plaintext

declare function sanitize(
input: string,
options?: {
replacement?: string | ((substring: string) => string);
}
): string;
export = sanitize;