Files
klz-cables.com/.pnpm-store/v10/files/ba/f24114b07b9e295ffdf93f2f7bcc3f8a6326874ada25d20ca3e789148d43844622901c26ba52d5abde3a6bc0eaaee6079a71bc1f2b9bcf2e1d2920f9408a3f
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

6 lines
222 B
Plaintext

export declare function isIPhone(): boolean;
export declare function isMac(): boolean;
export declare function isIPad(): boolean;
export declare function isIOS(): boolean;
export declare function isAppleDevice(): boolean;