is-array.d.ts 81 B

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