UNPKG

speech-rule-engine

Version:

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

7 lines (6 loc) 186 B
export declare function setupEngine(feature: { [key: string]: boolean | string; }): Promise<string>; export declare function engineSetup(): { [key: string]: boolean | string; };