declare function toArr(val: any): any[];

export = toArr;
