UNPKG

286 BTypeScriptView Raw
1export declare function isIterator(candidate: any): candidate is Iterator<any>;
2export declare function isIterable(candidate: any): candidate is Iterable<any>;
3export declare function toIterator<T>(collection: Iterator<T> | Iterable<T>): Iterator<T>;
4//# sourceMappingURL=utils.d.ts.map
\No newline at end of file