from2-array

Array parser

Creates a stream from an array of values

Create a from2 stream based on an array of source values

GitHub

17 stars
4 watching
1 forks
Language: JavaScript
last commit: over 9 years ago

Related projects:

Repository Description Stars
hughsk/from2 A high-level module for creating readable streams that handle backpressure 132
sindresorhus/into-stream Converts various input types into readable streams. 207
brycebaril/through2-filter A wrapper around through2 that simplifies filtering streams in JavaScript 35
sindresorhus/get-stream A utility library for working with streams in JavaScript 342
rvagg/through2 A utility wrapper around Node.js streams.Transform to simplify stream construction and reduce explicit subclassing noise. 1,902
brycebaril/through2-map A utility for transforming streams by applying a mapping function to each segment 70
sindresorhus/to-readable-stream Converts a string or binary data into a stream for piping to other tools 90
parro-it/map-array Converts key-value pairs of an object into a sorted array of key-value pairs 4
sindresorhus/parse-columns-cli Transforms text columns from Unix commands into JSON data for manipulation 66
jbro-io/parse-angular Utilities for working with Parse.com data in AngularJS applications 32
sindresorhus/filled-array Creates an array of specified length filled with a given value or function returning values 43
sindresorhus/dev-null-cli Creates a null stream from input data 92
sindresorhus/noop-stream Creates streams with minimal data production or discarding of received data. 52
mljs/bit-array A JavaScript library for efficient binary array operations 6
then/sprom A utility for converting Node.js Streams into Promises 14