UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

4 lines (2 loc) 144 B
declare function streamAsyncIterable<T>(stream: ReadableStream<T>): AsyncGenerator<Awaited<T>, void, unknown>; export { streamAsyncIterable };