1.2.1 • Published 8 years ago

most-rx v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Most-RX

The RxJS 5 and Most interop

You may not need this package anymore

With latest versions of RxJS and Most you can just

import Rx from 'rxjs/Rx';
import { from } from 'most';

const RxObservable = Rx.Observable.from(SomeMostObservable);
const MostObservable = from(SomeRxObservable);

Installation

npm install --save most-rx

Usage

For usage examples see tests.

1.2.1

8 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago