/** * @since 2.0.0-beta.2 * * @packageDocumentation */ /*! * @maddimathon/utility-typescript@2.0.0-beta.2 * @license MIT */ /** * Tests if the given object has an iterator function. * * @since 2.0.0-beta.2 */ export declare function hasIterator(obj: T_Obj): obj is Extract>; //# sourceMappingURL=hasIterator.d.ts.map