UNPKG

speech-rule-engine

Version:

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

10 lines (9 loc) 268 B
import * as Xmldom from '@xmldom/xmldom'; export declare const xmldom: typeof Xmldom; export declare const document: Xmldom.Document; export declare const xpath: { currentDocument: Xmldom.Document; evaluate: any; result: any; createNSResolver: any; };