Ohm-Management - Projektarbeit B-ME

isArrayLike.d.ts 68B

1
  1. export declare const isArrayLike: <T>(x: any) => x is ArrayLike<T>;