/**
 * Re-exports of functions without the nested namespace structure
 *
 * This simplifies importing and using async functions.
 * Instead of `namespace.async`, you can use the function directly.
 */
export * from './accumulate';
export * from './chunk';
export * from './concat';
export * from './dispatch';
export * from './filter';
export * from './lib/pubsub';
export * from './map';
export * from './pipe';
export * from './take';
//# sourceMappingURL=index.d.ts.map