Skip to content

Commit

Permalink
chore(KitchenSink): export Operator
Browse files Browse the repository at this point in the history
- export Operator as same as Rx core does
  • Loading branch information
kwonoj committed Feb 18, 2016
1 parent f8456c2 commit 8f7168d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Rx.KitchenSink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ import './add/operator/zip';
import './add/operator/zipAll';

/* tslint:disable:no-unused-variable */
import {Operator} from './Operator';
import {Observer} from './Observer';
import {Subscription, UnsubscriptionError} from './Subscription';
import {Subscriber} from './Subscriber';
Expand Down Expand Up @@ -183,6 +184,7 @@ export {
Scheduler,
Observable,
Observer,
Operator,
Subscriber,
Subscription,
AsyncSubject,
Expand Down

0 comments on commit 8f7168d

Please sign in to comment.