1.14.1 • Published 9 years ago

highlandx v1.14.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

9 years ago

1.14.0

9 years ago

1.13.0

9 years ago

1.12.0

9 years ago

1.11.0

9 years ago

1.10.0

9 years ago

1.9.0

9 years ago

1.8.0

9 years ago

1.7.0

9 years ago

1.5.0

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.1

10 years ago