dd39cf3aa4178b1a84e65866559bc48b5426dcfe260fac888ccbe4df0b5e66babc3c201c8298d9a2c6b57b9d270b8ca4efaa3bea5e4052ce060ccff26d809e 160 B

123
  1. /** Identifies an input as being an Iterable */
  2. export declare function isIterable(input: any): input is Iterable<any>;
  3. //# sourceMappingURL=isIterable.d.ts.map