Files
klz-cables.com/.pnpm-store/v10/files/6c/a3dd03bb22ab8eddfaf59d3d1259d8e3f6aa9b43db51c384bfa9ae46bac75ea93e2012021aec0c19a1553ab58110429398fc238ca0fd27e2ea2a4fc4eb86be
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

8 lines
221 B
Plaintext

export declare const differenceInYearsWithOptions: import("./types.js").FPFn3<
number,
| import("../differenceInYears.js").DifferenceInYearsOptions
| undefined,
string | number | Date,
string | number | Date
>;