@bottlenose/rxfs
v0.7.0
Published
💾 Stream file data to and from local file system with RxJS
Downloads
53
Readme
Description
@bottlenose/rxfs
is part of the Bottlenose project. It is a simple, lightweight package which makes it easy to read files from the local filesystem into RxJS Observables. It also supports writing and appending Observables into files.
Installation
npm i @bottlenose/rxfs --save
Or...
yarn add @bottlenose/rxfs
Compatability
| Platform | Support | | :--- | :--- | | node.js (>10.0) | ✅ | | Browsers | ❌ | | React Native | ❌ | | Electron | ❌ |