1.14.1 • Published 10 years ago
highlandx v1.14.1
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
10 years ago
1.14.0
10 years ago
1.13.0
10 years ago
1.12.0
10 years ago
1.11.0
10 years ago
1.10.0
11 years ago
1.9.0
11 years ago
1.8.0
11 years ago
1.7.0
11 years ago
1.5.0
11 years ago
1.4.0
11 years ago
1.3.0
11 years ago
1.2.0
11 years ago
1.1.0
11 years ago
1.0.0
11 years ago
0.3.0
11 years ago
0.2.0
11 years ago
0.1.0
11 years ago
0.0.1
11 years ago