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

5 lines
156 B
Plaintext

import { Decimal } from "decimal.js";
export const TEN = new Decimal(10);
export const ZERO = new Decimal(0);
export const NEGATIVE_ZERO = new Decimal(-0);