/** * 是否是可遍历对象 * @category Object */ export declare const isIterable: (o: any) => o is Iterable;