most-rx

1.2.1 • Public • Published

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.

Package Sidebar

Install

npm i most-rx

Weekly Downloads

0

Version

1.2.1

License

MIT

Last publish

Collaborators

  • chicoxyzzy