hojas/node_modules/speech-rule-engine/mjs/speech_rules/numbers_util.d.ts

6 lines
339 B
TypeScript
Raw Permalink Normal View History

2026-05-14 10:56:04 +02:00
import { Span } from '../audio/span.js';
export declare function ordinalCounter(_node: Element, context: string): () => string;
export declare function wordCounter(_node: Element, context: string): () => string;
export declare function vulgarFraction(node: Element): Span[];
export declare function ordinalPosition(node: Element): Span[];