UNPKG

speech-rule-engine

Version:

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

8 lines (7 loc) 258 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; }