UNPKG

speech-rule-engine

Version:

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

4 lines (3 loc) 205 B
export declare function removeEmpty(strs: string[]): string[]; export declare function interleaveLists(list1: any[], list2: any[]): any[]; export declare function setdifference(a: any[], b: any[]): any[];