isIterable.d.ts 120 B

12
  1. /** Identifies an input as being an Iterable */
  2. export declare function isIterable(input: any): input is Iterable<any>;