UNPKG

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