UNPKG

speech-rule-engine

Version:

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

9 lines (8 loc) 295 B
export declare class Variables { static readonly VERSION: string; static readonly LOCALES: Map<string, string>; static ensureLocale(loc: string, def: string): string; static readonly mathjaxVersion: string; static readonly url: string; static readonly WGXpath: string; }