speech-rule-engine
Version:
A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.
11 lines (10 loc) • 496 B
TypeScript
import { Combiner } from './transformers.js';
export declare function nestingToString(count: number): string;
export declare function combinePostfixIndex(postfix: string, index: string): string;
export declare function localFont(font: string): string;
export declare function localRole(role: string): string;
export declare function localEnclose(enclose: string): string;
export declare function localeFontCombiner(font: string | [string, string]): {
font: string;
combiner: Combiner;
};