UNPKG

@homeofthings/node-utils

Version:

HomeOfThings - Node Utils: various utilities and common types

2 lines (1 loc) 77 B
export declare function isIterable<T>(i: T | Iterable<T>): i is Iterable<T>;