https://github.com/risto-stevcev/bs-callbag-from-readable-stream
Converts a nodejs readable stream to a listenable callbag source
https://github.com/risto-stevcev/bs-callbag-from-readable-stream
bucklescript callbag
Last synced: 6 months ago
JSON representation
Converts a nodejs readable stream to a listenable callbag source
- Host: GitHub
- URL: https://github.com/risto-stevcev/bs-callbag-from-readable-stream
- Owner: Risto-Stevcev
- License: bsd-3-clause
- Archived: true
- Created: 2019-12-29T18:21:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T18:21:52.000Z (almost 6 years ago)
- Last Synced: 2025-02-22T08:26:58.023Z (7 months ago)
- Topics: bucklescript, callbag
- Language: OCaml
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bs-callbag-from-readable-stream
Converts a nodejs readable stream to a listenable callbag source
## Install
```sh
yarn add bs-callbag-from-readable-stream
```## Usage
See `example/`
## License
See `LICENSE`