Files
klz-cables.com/.pnpm-store/v10/files/7f/4d40047d9e974cea0c1dc8eb0c657ade25b6cd051a658ad58a36c36ca6ad5587f42cd7f5bfe0f4b3b45832bd48c0de7becb4c6388c2e2d36f52021ec4bd659
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
203 B
Plaintext

export declare const lastDayOfDecadeWithOptions: import("./types.js").FPFn2<
Date,
| import("../lastDayOfDecade.js").LastDayOfDecadeOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;