Files
klz-cables.com/.pnpm-store/v10/files/f6/e41826c8426da237f5b16f3cd2bcdd71c1c285793674d0dbad3ca450231651413743369604fec0777d4d63c4a2dc86f478c5e7844aa3c04a5a12de9c8d5c6e
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
200 B
Plaintext

export declare const lastDayOfMonthWithOptions: import("./types.js").FPFn2<
Date,
| import("../lastDayOfMonth.js").LastDayOfMonthOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;