Files
klz-cables.com/.pnpm-store/v10/files/24/1e35e39a0d0326ead025638bdf838b701b0431099a2acf345c333e55af9dbb6444725a664c0bbc8919ad8e917e9cef4059bc41db1c53b1dcea1ba4f74495b3
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

3 lines
111 B
Plaintext

import { Options } from './';
export declare function format(code: string, options: Options): Promise<string>;