Skip to content

Commit

Permalink
feat(global): export lettables as Rx.operators (#2862)
Browse files Browse the repository at this point in the history
fixes #2861
  • Loading branch information
benlesh authored Sep 26, 2017
1 parent febcfc3 commit ba2f586
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Rx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

/**
Expand Down

0 comments on commit ba2f586

Please sign in to comment.