Files
klz-cables.com/.pnpm-store/v10/files/0a/2ff351e0edf9d07b2b521a92a9d742e17d57fe966f8e5205514923ca6fb29e0b1124f0c04fc64c5dd20cd2b7ecffbfd201e302817ae5c74df1d97c311b7a14
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

3 lines
183 B
Plaintext

export declare const SAFE_STRING_REGEX: RegExp;
export declare const escapeSQLValue: (value: unknown) => boolean | null | number | string;
//# sourceMappingURL=escapeSQLValue.d.ts.map