JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 25850
  • Score
    100M100P100Q130270F
  • License MIT

Utilities for consuming, creating and manipulating node streams.

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

Build Status Code Climate Test Coverage

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/.