Files
klz-cables.com/.pnpm-store/v10/files/81/e8d6907ba47d3efa4090f18e2be8b318b4fff1eeb43c715df0a713ffea4dc764819f84748b6cf704fa747fc21f9c02549883d5d9139b6b055513d2019117a3
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

10 lines
190 B
Plaintext

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function isObject(value) {
return {}.toString.call(value).includes('Object');
}
exports.default = isObject;