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

20 lines
727 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _unsupportedIterableToArray;
var _arrayLikeToArray = require("./arrayLikeToArray.js");
function _unsupportedIterableToArray(o, minLen) {
if (!o) return;
if (typeof o === "string") return (0, _arrayLikeToArray.default)(o, minLen);
var name = Object.prototype.toString.call(o).slice(8, -1);
if (name === "Object" && o.constructor) name = o.constructor.name;
if (name === "Map" || name === "Set") return Array.from(o);
if (name === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(name)) {
return (0, _arrayLikeToArray.default)(o, minLen);
}
}
//# sourceMappingURL=unsupportedIterableToArray.js.map