Files
klz-cables.com/.pnpm-store/v10/files/8f/c747f9741cbba3e842e3de1b3b017c7604042aa039630e97f0ba99b429f333e8e972e503c7af6fa9105821dea51ba27e4712e8e148fa9d309b94ea49052608
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
234 B
Plaintext

import { Decimal } from "decimal.js";
/**
* https://tc39.es/ecma402/#sec-tointlmathematicalvalue
* Converts input to a mathematical value, supporting BigInt
*/
export declare function ToIntlMathematicalValue(input: unknown): Decimal;