to-array.d.ts 72 B

12
  1. declare const _default: (value: any) => any[];
  2. export default _default;