site/node_modules/speech-rule-engine/js/common/base_util.d.ts

5 lines
263 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
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[];
export declare function union(a: any[], b: any[]): any[];