nunof07/smalltypes

View on GitHub
src/main/iterable/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Iterable index.
 */
export * from './Accumulation';
export * from './AccumulationOf';
export * from './Conditions';
export * from './EqualIterables';
export * from './Filtered';
export * from './First';
export * from './Folded';
export * from './IsEmptyIterable';
export * from './Length';
export * from './Limited';
export * from './Mapped';
export * from './Sum';