Files
klz-cables.com/.pnpm-store/v10/files/e0/d94588387bd37f49ec90bc2eecd5f45b75ef5a61c69d82651716308c7abd1e2e98f9b215b31732487e3a83600da449a2a55c1468a2e883079dafb33937ab11
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
114 B
Plaintext

export function isArrayOfRows(data) {
return Array.isArray(data);
}
//# sourceMappingURL=isArrayOfRows.js.map