UNPKG

eslint-config-airbnb-standard

Version:

Airbnb's JS ESLint config + JS Standard Style + semicolons

3 lines (2 loc) 120 B
/** Identifies an input as being an Iterable */ export declare function isIterable(input: any): input is Iterable<any>;