UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

4 lines • 286 B
export declare function isIterator(candidate: any): candidate is Iterator<any>; export declare function isIterable(candidate: any): candidate is Iterable<any>; export declare function toIterator<T>(collection: Iterator<T> | Iterable<T>): Iterator<T>; //# sourceMappingURL=utils.d.ts.map