Files
klz-cables.com/.pnpm-store/v10/files/fc/45b54e0c03e6eccbea14ebd5e99e5c835cbbf51aab4a0042ba01933bc445cb3d78957081166450d7b13d2d40567341e78b9fa00ced43ebfb6c4e0c517f2d39
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

9 lines
367 B
Plaintext

// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { differenceInBusinessDays as fn } from "../differenceInBusinessDays.mjs";
import { convertToFP } from "./_lib/convertToFP.mjs";
export const differenceInBusinessDays = convertToFP(fn, 2);
// Fallback for modularized imports:
export default differenceInBusinessDays;