Files
klz-cables.com/.pnpm-store/v10/files/f9/48901044cfd9a80ec2c921e86ffdbfb387d5635296a6d3e68c99a5b4a2c404c059d270bcba1e28c09e8226182032037c42e3fb2c1f9bb82ff6efd322d47be5
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
171 B
Plaintext

export declare const isSaturdayWithOptions: import("./types.js").FPFn2<
boolean,
import("../isSaturday.js").IsSaturdayOptions | undefined,
string | number | Date
>;