Files
klz-cables.com/.pnpm-store/v10/files/42/3146b6650225017d161926f355537627a7f08b1c277058ff76e57892c020feed8d8c6423ff79001e03d030b489ba8c24701c10b9a13b61c128c730601c98cf
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
165 B
Plaintext

export declare const isMondayWithOptions: import("./types.js").FPFn2<
boolean,
import("../isMonday.js").IsMondayOptions | undefined,
string | number | Date
>;