UNPKG

iter-tools-es

Version:
3 lines 163 B
import { AsyncWrappable } from '../../types/async-iterable'; declare function asyncConsume<T>(iterable: AsyncWrappable<T>): Promise<void>; export { asyncConsume };