/** * Determines if a supplied value is an iterable object or some other type. * @param value - The value to be tested. * @returns `true` if the value is an iterable object, `false` otherwise. * @public */ export declare function isIterable = Iterable, TO = unknown>(value: TI | TO): value is TI; //# sourceMappingURL=utils.d.ts.map