toArr.d.ts 58 B

1234
  1. declare function toArr(val: any): any[];
  2. export = toArr;