highlandx

1.14.1 • Public • Published

highlandx

Simple implementations of functions I need that are not included with highland.js. Each function is its own module. Argument order follows highland to enable easy currying.

var pick = require('highlandx/pick');
var _ = require('highland');
 
var foo = _.curry(pick, ['foo']);
var obj = {foo: 'bar': notfoo: true};
 
//foo(obj) => 'bar';

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.14.1
    3
    • latest

Version History

Package Sidebar

Install

npm i highlandx

Weekly Downloads

3

Version

1.14.1

License

MIT

Last publish

Collaborators

  • areed