UNPKG

iter-tools

Version:
3 lines 140 B
import { Iterable } from '../../types/iterable'; declare function isIterable(value: any): value is Iterable<unknown>; export { isIterable };