Skip to content

wesleytodd/pluck-stream2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pluck values from an object stream

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published