UNPKG

asyncerator

Version:

Provide supporting types for AsyncIterable/AsyncIterableIterators, promisified stream.pipeline implementation, and Array-like utility operators, sources and sinks.

7 lines (6 loc) 182 B
export { default as from } from './asyncerator'; export * from './asyncerator'; export * from './operator'; export * from './node'; export * from './sink'; export * from './source';