Files
klz-cables.com/.pnpm-store/v10/files/d6/24fe024e2d2c1abb7cad9828673cf916f3dd1d7d3a22a26a89066b9c139c17ac7d7939c1c0908e534357e7714e953e10e4ebf309671f7c1a113e42d1975f7d
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

2 lines
92 B
Plaintext

export declare function iife<T extends unknown[], U>(fn: (...args: T) => U, ...args: T): U;