Skip to content

Commit 7856a73

Browse files
authored
Merge pull request #246 from tusharmath/expose-subscription
feat(subscription): export CompositeSubscription class
2 parents 219102f + 9147626 commit 7856a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*/
44

55
export {combine} from './operators/Combine'
6+
export {CompositeSubscription} from './internal/Subscription'
67
export {concatMap} from './operators/MergeMap'
78
export {concat} from './operators/Concat'
89
export {delay} from './operators/Delay'

0 commit comments

Comments
 (0)