Files
klz-cables.com/.pnpm-store/v10/files/6c/71bf8560239f01cb2a31c1894fad684a57b848948915e485e0c1e0e65a43fe175e5a1f0b7b8abffb81f8e9851d18e8036eea775eca5df937efb17192f94dbd
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

4 lines
141 B
Plaintext

import type { Formats } from 'intl-messageformat';
type NumberFormatOptions = Formats['number'][string];
export default NumberFormatOptions;