Files
klz-cables.com/.pnpm-store/v10/files/48/a9337e00d6f1dcd518c1b1db10a3255306aa1725e6391b5c50eedcabfeb03dfdc38552c8033029d1b55577c4f8540572dbc6a08327bc5fa3dcc490c50cbc18
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

7 lines
196 B
Plaintext

export declare const isFirstDayOfMonthWithOptions: import("./types.js").FPFn2<
boolean,
| import("../isFirstDayOfMonth.js").IsFirstDayOfMonthOptions
| undefined,
string | number | Date
>;