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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i pluck-stream2

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • wesleytodd