Files
klz-cables.com/.pnpm-store/v10/files/0d/571a420275f94adfc0a892a7ef5fe6bea5bf8de1799ac4656405c510546d271d6d811a3f632bd2788f5a7be597de87977a7c6266a679d2702caeadeed6e314
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
193 B
Plaintext

export declare const lastDayOfYearWithOptions: import("./types.js").FPFn2<
Date,
import("../lastDayOfYear.js").LastDayOfYearOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;