Package Exports
- node-stream
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-stream) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Node-Stream
A small collection of array-like methods for working with streams.
Install
The source is available for download from GitHub. You can also install using npm:
npm install --save node-stream
You can then require()
node-stream:
const nodeStream = require('node-stream');
Documentation
Documentation can be found at http://stezu.github.io/node-stream/.