mu-lambda
v0.0.3
Published
[![Build Status](https://travis-ci.org/Khan/mu-lambda.svg?branch=master)](https://travis-ci.org/Khan/mu-lambda)
Downloads
1,877
Readme
μλ
A small library of functional programming utilities.
function list
All functions are curried.
- all
- any
- compose
- curry
- eq
- filter
- find
- findIndex
- first
- flatMap
- flatten
- fromEntries
- fromPairs (alias for 'fromEntries')
- id
- identity (alias for 'id')
- join
- last
- length
- map
- neq
- none
- pipe
- prop
- propEq
- reduce
- reduceRight
- remove
- replace
- split
- sum
- uniq