UNPKG

189 BTypeScriptView Raw
1/**
2 * @ignore
3 */
4export declare function returnIterator<T>(it: Iterator<T>): void;
5/**
6 * @ignore
7 */
8export declare function returnAsyncIterator<T>(it: AsyncIterator<T>): Promise<void>;