Files
klz-cables.com/.pnpm-store/v10/files/32/38542a7de7634463ad72c90a4e544500fb3db16021e0f5e83eb7fc3756621986489272c763bb01a23f0b5fa04ae0082aab279b604ab18bb51df16ee7a80682
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

8 lines
230 B
Plaintext

/** Internal global with common properties and Sentry extensions */
/** Get's the global object for the current JavaScript runtime */
const GLOBAL_OBJ = globalThis ;
export { GLOBAL_OBJ };
//# sourceMappingURL=worldwide.js.map