Files
klz-cables.com/.pnpm-store/v10/files/00/d792c44d0629f9efa727f05b3e9d337bff2dda107b39dd7d2b2b84f937fe5aa7d39540c8f2c7c1cb4b85edbdc521465311831ab382b61d25beb9bbedd8bf6a
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

17 lines
576 B
Plaintext

export declare const eachQuarterOfIntervalWithOptions: import("./types.js").FPFn2<
import("../eachQuarterOfInterval.js").EachQuarterOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachQuarterOfInterval.js").EachQuarterOfIntervalOptions<Date>
| undefined
>,
| import("../eachQuarterOfInterval.js").EachQuarterOfIntervalOptions<Date>
| undefined,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;