All files index.ts

100% Statements 13/13
100% Branches 0/0
100% Functions 0/0
100% Lines 6/6
1 2 3 4 5 6 75x 5x 5x 5x 5x 5x  
export { default as Sequence } from './Sequence'
export { default as range } from './range'
export { default as repeat, repeatValue } from './repeat'
export { default as zip } from './zip'
export { default as map } from './map'
export { default as flatMap } from './flatMap'