Files
klz-cables.com/.pnpm-store/v10/files/9c/d3f670fd66d26188443d2e23dda2111da7800a468a2073b356f92eae2332c5a2a41cbf6f204f6e469fc24a9c6b0ebe92d0af582b6d2259395cc9f0b7f9bed6
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
116 B
Plaintext

var isCoreModule = require('is-core-module');
module.exports = function isCore(x) {
return isCoreModule(x);
};