Files
klz-cables.com/.pnpm-store/v10/files/62/39f2f9415a06a5470aab1c42f7b83246761baa150ba5f9a616a13efcc8038c36f4e134d314bcf294350a95a6eead30da0884fef6ca7004b44c3985a174af93
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
168 B
Plaintext

export declare const isWeekendWithOptions: import("./types.js").FPFn2<
boolean,
import("../isWeekend.js").IsWeekendOptions | undefined,
string | number | Date
>;