Files
klz-cables.com/.pnpm-store/v10/files/9b/9fee1601b2ce420f2cf429a29898a023489589496897a1911efdf2db14572e690e740dc42330826b84b4ad0f0a83d2bdce03dd144d898f9efdfda1bb9a577b
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
238 B
Plaintext

import type { GetICUArgs, GetICUArgsOptions } from '@schummar/icu-type-parser';
type ICUArgs<Message extends string, Options extends GetICUArgsOptions> = string extends Message ? {} : GetICUArgs<Message, Options>;
export default ICUArgs;