UNPKG

speech-rule-engine

Version:

A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.

8 lines (7 loc) 303 B
import { SemanticNode } from '../semantic_tree/semantic_node.js'; import { CaseMultiindex } from './case_multiindex.js'; export declare class CaseMultiscripts extends CaseMultiindex { static test(semantic: SemanticNode): boolean; constructor(semantic: SemanticNode); getMathml(): Element; }