UNPKG

asyncerator

Version:

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

5 lines (4 loc) 193 B
export { default as reduce } from './reduce'; export { default as toNull } from './to-null'; export { default as toArray } from './to-array'; export { default as toString } from './to-string';