rxjs-streams
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

RxJS-Streams

Adds functions to work with Streams with Rx.

Currently only fromReadStream is implemented. Usage:

import import { fromReadStream } from 'rxjs-streams';
 
const stream = createStremSomehow();
const observable = fromReadStream(stream);
observable.pipe(
  //... do stuff
);

Readme

Keywords

Package Sidebar

Install

npm i rxjs-streams

Weekly Downloads

0

Version

1.1.0

License

none

Unpacked Size

4.62 kB

Total Files

12

Last publish

Collaborators

  • warseph