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

5 lines
237 B
Plaintext

/// <reference types="node" />
/// <reference types="mocha" />
/** only globals that common to node and browsers are allowed */
export declare const _globalThis: typeof globalThis | NodeJS.Global;
//# sourceMappingURL=globalThis.d.ts.map