Skip to content

Commit

Permalink
feat(subscription): export CompositeSubscription class
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Mar 28, 2018
1 parent 219102f commit 9147626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/

export {combine} from './operators/Combine'
export {CompositeSubscription} from './internal/Subscription'
export {concatMap} from './operators/MergeMap'
export {concat} from './operators/Concat'
export {delay} from './operators/Delay'
Expand Down

0 comments on commit 9147626

Please sign in to comment.