Files
klz-cables.com/.pnpm-store/v10/files/34/d006a8198dd2e34a4b79210106c5d6401d55221d9113ed75f131da118b16de0d4fc75aa92112f9116d1efb62ebf3a193a8145bfbe4e8f71d9aae1f5bb829a8
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
189 B
Plaintext

export declare const isLastDayOfMonthWithOptions: import("./types.js").FPFn2<
boolean,
import("../isLastDayOfMonth.js").IsLastDayOfMonthOptions | undefined,
string | number | Date
>;