UNPKG

speech-rule-engine

Version:

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

5 lines (4 loc) 200 B
export declare function loadLocale(locale?: string): Promise<string>; export declare function standardLoader(): typeof loadFile; declare function loadFile(locale: string): Promise<string>; export {};