declare function compact(arr: any[]): any[];

export = compact;
