Khan / mu-lambda

A small library of functional programming utilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

μλ

Build Status

A small library of functional programming utilities.

function list

All functions are curried.

  • all
  • some
  • 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

About

A small library of functional programming utilities.


Languages

Language:JavaScript 100.0%