UNPKG

160 BTypeScriptView Raw
1/** Identifies an input as being an Iterable */
2export declare function isIterable(input: any): input is Iterable<any>;
3//# sourceMappingURL=isIterable.d.ts.map
\No newline at end of file