https://github.com/ecollect/class-streams
Node native, dependency free, ( Object ) transfrom and filter stream class wrappers.
https://github.com/ecollect/class-streams
Last synced: 7 months ago
JSON representation
Node native, dependency free, ( Object ) transfrom and filter stream class wrappers.
- Host: GitHub
- URL: https://github.com/ecollect/class-streams
- Owner: eCollect
- License: mit
- Created: 2018-01-02T12:11:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T12:57:41.000Z (over 8 years ago)
- Last Synced: 2024-10-12T09:24:48.921Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Native Object Stream Class Wrappers
Node.Js ( 8.5+ ) native, dependency free, ( Object ) transfrom stream class wrappers.
## Installation
```
npm i -s class-streams
```
## Usage
```javascript
const { ObjectStream, FilterTransform } = require('class-streams');
```
## Copyright
Copyright (c) 2018 eCollect [LICENSE](https://github.com/eCollect/class-streams/blob/master/LICENSE)