UNPKG

return-style

Version:

Non-intrusively convert the result of any function or promise to the user's desired style.

2 lines (1 loc) 116 B
export declare function getErrorAsyncIterable<E = Error>(iterable: AsyncIterable<unknown>): Promise<E | undefined>;