time-to-botec/squiggle/node_modules/@stdlib/streams/node/README.md
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

6.3 KiB

Node Streams

Standard library Node.js streams.

Usage

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

streams

Standard library Node.js streams.

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 ) );