UNPKG

iter-tools-es

Version:
3 lines 187 B
import { AsyncWrappable } from '../../types/async-iterable'; declare function asyncTakeLastOr<E, T>(whenEmpty: E, iterable: AsyncWrappable<T>): Promise<T | E>; export { asyncTakeLastOr };