time-to-botec/js/node_modules/@stdlib/streams/node
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00
..
debug feat: add the node modules 2022-12-03 12:44:49 +00:00
debug-sink feat: add the node modules 2022-12-03 12:44:49 +00:00
docs/types feat: add the node modules 2022-12-03 12:44:49 +00:00
empty feat: add the node modules 2022-12-03 12:44:49 +00:00
from-array feat: add the node modules 2022-12-03 12:44:49 +00:00
from-circular-array feat: add the node modules 2022-12-03 12:44:49 +00:00
from-constant feat: add the node modules 2022-12-03 12:44:49 +00:00
from-iterator feat: add the node modules 2022-12-03 12:44:49 +00:00
from-strided-array feat: add the node modules 2022-12-03 12:44:49 +00:00
inspect feat: add the node modules 2022-12-03 12:44:49 +00:00
inspect-sink feat: add the node modules 2022-12-03 12:44:49 +00:00
join feat: add the node modules 2022-12-03 12:44:49 +00:00
lib feat: add the node modules 2022-12-03 12:44:49 +00:00
split feat: add the node modules 2022-12-03 12:44:49 +00:00
stderr feat: add the node modules 2022-12-03 12:44:49 +00:00
stdin feat: add the node modules 2022-12-03 12:44:49 +00:00
stdout feat: add the node modules 2022-12-03 12:44:49 +00:00
transform feat: add the node modules 2022-12-03 12:44:49 +00:00
package.json feat: add the node modules 2022-12-03 12:44:49 +00:00
README.md feat: add the node modules 2022-12-03 12:44:49 +00:00

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