Files
klz-cables.com/.pnpm-store/v10/files/6f/147a33c2e059fe7db36658ec65442dbeba49723030e495774bb7c02de37b8e058e9bdd2e4f489986490a9d6c0138afd8e4255ee992aa838a27c6426f7090fc
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
252 B
Plaintext

/**
* Runs the passed callback during the next idle period, or immediately
* if the browser's visibility state is (or becomes) hidden.
*/
export declare const whenIdleOrHidden: (cb: () => void) => void;
//# sourceMappingURL=whenIdleOrHidden.d.ts.map