UNPKG

speech-rule-engine

Version:

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

7 lines (6 loc) 206 B
import { Locale } from './locale.js'; export declare const locales: { [key: string]: () => Locale; }; export declare function setLocale(): void; export declare function completeLocale(json: any): void;