iterama
Version:
Composable functional (async) iterable helpers
45 lines • 1.32 kB
JavaScript
export * from './concat-async';
export * from './concat';
export * from './distinct-async';
export * from './distinct';
export * from './filter-async';
export * from './filter';
export * from './for-each-async';
export * from './for-each';
export * from './iterate-async';
export * from './iterate';
export * from './length-async';
export * from './length';
export * from './map-async';
export * from './map';
export * from './range-async';
export * from './range';
export * from './reduce-async';
export * from './reduce';
export * from './scan-async';
export * from './scan';
export * from './skip-async';
export * from './skip';
export * from './slice-async';
export * from './slice';
export * from './start-with-async';
export * from './start-with';
export * from './take-async';
export * from './take';
export * from './to-array-async';
export * from './to-array';
export * from './to-iterator';
export * from './to-iterator-async';
export * from './to-map-async';
export * from './to-map';
export * from './to-object-async';
export * from './to-object';
export * from './to-set-async';
export * from './to-set';
export * from './to-value-async';
export * from './to-value';
export * from './unique-async';
export * from './unique';
export * from './zip-async';
export * from './zip';
//# sourceMappingURL=index.js.map