Files
klz-cables.com/.pnpm-store/v10/files/c7/d9bf596833fc8d284e8bb585cf5755b47024c8e284c4a726c32a5d88b4c1580b08cb032f86b540012fbe635bc671c02a1f2bd1a346e1aada09dbb0609d8bd6
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
194 B
Plaintext

export declare const addSecondsWithOptions: import("./types.js").FPFn3<
Date,
import("../addSeconds.js").AddSecondsOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;