Skip to content

Commit

Permalink
Merge pull request #52 from tusharmath/fix-foreach
Browse files Browse the repository at this point in the history
Revert "feat(main): export core types"
  • Loading branch information
tusharmath authored Nov 1, 2016
2 parents f19c373 + 2447739 commit 4142f78
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@

export {animationFrames} from './sources/AnimationFrames'
export {filter} from './operators/Filter'
export {forEach} from './lib/ForEach'
export {fromArray} from './sources/FromArray'
export {fromDOM} from './sources/FromDOM'
export {fromPromise} from './sources/FromPromise'
export {interval} from './sources/Interval'
export {IObservable} from './types/core/IObservable'
export {IObserver} from './types/core/IObserver'
export {ISubscriberFunction} from './types/core/ISubscriberFunction'
export {ISubscription} from './types/core/ISubscription'
export {join} from './operators/Join'
export {map} from './operators/Map'
export {merge} from './operators/Merge'
Expand All @@ -24,6 +19,6 @@ export {sample} from './operators/Sample'
export {scan} from './operators/Scan'
export {skipRepeats} from './operators/SkipRepeats'
export {slice} from './operators/Slice'
export {forEach} from './lib/ForEach'
export {switchLatest} from './operators/Switch'
export {tap} from './operators/Tap'

0 comments on commit 4142f78

Please sign in to comment.