diff --git a/src/Rx.ts b/src/Rx.ts index 5b486675d1..5d6392b776 100644 --- a/src/Rx.ts +++ b/src/Rx.ts @@ -176,6 +176,10 @@ import { rxSubscriber } from './symbol/rxSubscriber'; import { iterator } from './symbol/iterator'; import { observable } from './symbol/observable'; +import * as _operators from './operators'; + +export const operators = _operators; + /* tslint:enable:no-unused-variable */ /**