Files
klz-cables.com/.pnpm-store/v10/files/fa/5218bb846ef6da4109f4520c956f1e26779807a3205162eacd68641ac433b139b9591a87a3e98fd84652a2467b39504d7d5ce9f15fa58ffed587f518d3a32b
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

8 lines
367 B
Plaintext

import { Parser, type ParserOptions } from "./parser.js";
import { type MessageFormatElement } from "./types.js";
export declare function parse(message: string, opts?: ParserOptions): MessageFormatElement[];
export * from "./types.js";
export type { ParserOptions };
export declare const _Parser: typeof Parser;
export { isStructurallySame } from "./manipulator.js";