pluck-stream2

1.0.0 • Public • Published

Pluck a field from an object stream

NPM Version NPM Downloads js-happiness-style

Install

$ npm install --save pluck-stream2

Usage

var pluckStream = require('pluck-stream2');

/*
Input: {foo: 'bar'}
Output: 'bar'
*/
createAReadStream().pipe(pluckStream('foo'));

/pluck-stream2/

    Package Sidebar

    Install

    npm i pluck-stream2

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • wesleytodd