Skip to content
  • Sponsor stdlib-js/stdlib

  • Notifications You must be signed in to change notification settings
  • Fork 813

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Node Streams

Node.js streams.

Usage

var streams = require( '@stdlib/streams/node' );

streams

Namespace containing Node.js stream functionality.

var s = streams;
// returns {...}

The package contains the following streams:

Examples

var getKeys = require( '@stdlib/utils/keys' );
var streams = require( '@stdlib/streams/node' );

console.log( getKeys( streams ) );