Files
klz-cables.com/.pnpm-store/v10/files/b9/c7927b80e4052525e96c4326d0c4eba989a2479022650405861755a5bc12030a3469af9f624f32b569b7b2016b7d3f4fa2f9f3e9fd73cf53cf216c98ae0a94
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 isSundayWithOptions: import("./types.js").FPFn2<
boolean,
import("../isSunday.js").IsSundayOptions | undefined,
string | number | Date
>;