UNPKG

iter-tools-es

Version:
3 lines 165 B
import { AsyncWrappable } from '../../types/async-iterable'; declare function asyncIsEmpty(iterable: AsyncWrappable<any>): Promise<boolean>; export { asyncIsEmpty };