Files
klz-cables.com/.pnpm-store/v10/files/f1/c31b59609c9da4777da5041427ff1e0ad5210e6e796b635f7cb4049944faf36a33b003ca64831ae7cab15994068775cdb5025a4991a96a1ccc4f16fdb9571d
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
188 B
Plaintext

export declare const addYearsWithOptions: import("./types.js").FPFn3<
Date,
import("../addYears.js").AddYearsOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;