Files
klz-cables.com/.pnpm-store/v10/files/2f/b82d2695a76e2e6fea03a36a321cda6dd57631c7f4e7b417cb3de6f802329f7742c862caf159345fda2e33d462265d01301c7d6928e8d0714b3ccb6213d12e
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
71 B
Plaintext

function isNullish(v) {
return v == null;
}
export { isNullish };