Skip to content

areed/highlandx

Repository files navigation

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

About

personal build of tools from underscore, lodash, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published