1
0
Files

4 lines
205 B
TypeScript

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[];