Files
30-seconds-of-code/node_modules/rxjs/internal/util/isIterable.d.ts
2019-08-20 15:52:05 +02:00

3 lines
120 B
TypeScript

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